From dc8ca60fc53199251100883b4370de52a6534463 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 22 八月 2019 14:01:53 +0800
Subject: [PATCH] soinfo id change to string
---
commsg.proto | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/commsg.proto b/commsg.proto
index 672b601..415186c 100644
--- a/commsg.proto
+++ b/commsg.proto
@@ -3,9 +3,8 @@
package protomsg;
message SdkmsgWithTask {
- string sdkid = 1;
+ string ipcid = 1;
string sdktype = 2;
- string sdkName = 3;
bytes sdkdata = 4;
}
--
Gitblit v1.8.0