From abd6d2381b39009f8bd9faf47ddf4535a1596fdc Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 04 十二月 2019 13:24:47 +0800
Subject: [PATCH] add pollChannelCount to PollConfig
---
commsg.proto | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/commsg.proto b/commsg.proto
index 415186c..1b9300e 100644
--- a/commsg.proto
+++ b/commsg.proto
@@ -2,6 +2,8 @@
package protomsg;
+import "protomsg.proto";
+
message SdkmsgWithTask {
string ipcid = 1;
string sdktype = 2;
@@ -20,10 +22,11 @@
string caddr = 2;
TaskLabel tasklab =3 ;
bytes data = 4;
+ PushAttach push= 5;
}
message recvmsg {
string id = 1;
string addr = 2;
bytes picdata = 3;
-}
+}
\ No newline at end of file
--
Gitblit v1.8.0