From 65a230ec6ccb61c3ce6816730da2106f07f40b4a Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期五, 23 四月 2021 18:42:41 +0800 Subject: [PATCH] add api, Unregister, QueryTopicAddress. --- src/proto.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/proto.h b/src/proto.h index 2557f8e..c30b4fd 100644 --- a/src/proto.h +++ b/src/proto.h @@ -38,6 +38,7 @@ BHOME_SIMPLE_MAP_MSG(CommonReply); BHOME_SIMPLE_MAP_MSG(Register); +BHOME_SIMPLE_MAP_MSG(Unregister); BHOME_SIMPLE_MAP_MSG(RegisterRPC); BHOME_SIMPLE_MAP_MSG(Heartbeat); BHOME_SIMPLE_MAP_MSG(QueryTopic); -- Gitblit v1.8.0