From d70afff273df67d0eb029ea16fa68a84faa9c200 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 20 七月 2021 19:26:50 +0800
Subject: [PATCH] 调整Request C.BHFree的位置

---
 proto/source/bhome_msg.proto |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/proto/source/bhome_msg.proto b/proto/source/bhome_msg.proto
index 42cf375..b1f9772 100644
--- a/proto/source/bhome_msg.proto
+++ b/proto/source/bhome_msg.proto
@@ -19,6 +19,7 @@
 	uint64 ssn_id = 5; // node mq id
 	bytes proc_id = 6;
 	bytes topic = 7; // for request route
+	BHAddress dest = 8; // other host
 }
 
 
@@ -56,9 +57,11 @@
 
 message MsgSubscribe {
 	MsgTopicList topics = 1;
+	bool network = 2;
 }
 message MsgUnsubscribe {
 	MsgTopicList topics = 1;
+	bool network = 2;
 }
 message MsgRegisterRPC {
 	MsgTopicList topics = 1;

--
Gitblit v1.8.0