From 4792c87531282e4be8c79f807ecaa6f72fb1d55f Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期五, 26 七月 2019 09:48:10 +0800 Subject: [PATCH] add analyServerId to CompareArgs --- protomsg.proto | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 3bf9aa1..c5b9eeb 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -236,6 +236,7 @@ string inputValue = 9; string collection = 10; bool source = 11; + string analyServerId = 12; } message EventPush { -- Gitblit v1.8.0