From 68c7bef33e74f23aa0136ccd6f7faa654d671ebc Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期五, 21 五月 2021 09:23:01 +0800 Subject: [PATCH] center publish notify; fix topic partial match. --- src/proto.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/proto.h b/src/proto.h index c05407b..29ff290 100644 --- a/src/proto.h +++ b/src/proto.h @@ -50,6 +50,8 @@ BHOME_SIMPLE_MAP_MSG(Unsubscribe); BHOME_SIMPLE_MAP_MSG(ProcInit); BHOME_SIMPLE_MAP_MSG(ProcInitReply); +BHOME_SIMPLE_MAP_MSG(QueryProc); +BHOME_SIMPLE_MAP_MSG(QueryProcReply); #undef BHOME_SIMPLE_MAP_MSG #undef BHOME_MAP_MSG_AND_TYPE -- Gitblit v1.8.0