From 387fe1dbfffdc3d73cf46f2c054f4d25543c8523 Mon Sep 17 00:00:00 2001
From: Fu Juntang <StrongTiger_001@163.com>
Date: 星期三, 01 九月 2021 10:55:35 +0800
Subject: [PATCH] Fix the building issue when protobuf is enabled.

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

diff --git a/proto/source/bhome_msg_api.proto b/proto/source/bhome_msg_api.proto
index 0ef3451..6a20aa7 100644
--- a/proto/source/bhome_msg_api.proto
+++ b/proto/source/bhome_msg_api.proto
@@ -84,9 +84,7 @@
 	message Info {
 		ProcInfo proc  = 1;
 		bool online = 2;
-		MsgTopicList service = 3;
-		MsgTopicList local_sub = 4;
-		MsgTopicList net_sub = 5;
+		MsgTopicList topics = 3;
 	}
 	repeated Info proc_list = 2;
 }

--
Gitblit v1.8.0