From 7b84c595bb128d0ae72555b4e8f93df516499584 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期五, 21 五月 2021 16:10:24 +0800
Subject: [PATCH] fix api test get error.

---
 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 d06a7c2..f34aebb 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
 }
 
 
@@ -49,6 +50,8 @@
 	// kMsgTypeUnsubscribeReply = 25;
 	kMsgTypeUnregister = 26;
 	// kMsgTypeUnregisterReply = 27;
+	kMsgTypeQueryProc = 28;
+	kMsgTypeQueryProcReply = 29;
 
 }
 

--
Gitblit v1.8.0