From cf05ea3d9f43e4e84d621e1f9d54cbef552b6e2b Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期二, 18 五月 2021 16:53:28 +0800 Subject: [PATCH] fix center init mutex. --- src/proto.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/proto.h b/src/proto.h index 94a438c..c05407b 100644 --- a/src/proto.h +++ b/src/proto.h @@ -48,6 +48,8 @@ BHOME_SIMPLE_MAP_MSG(Publish); BHOME_SIMPLE_MAP_MSG(Subscribe); BHOME_SIMPLE_MAP_MSG(Unsubscribe); +BHOME_SIMPLE_MAP_MSG(ProcInit); +BHOME_SIMPLE_MAP_MSG(ProcInitReply); #undef BHOME_SIMPLE_MAP_MSG #undef BHOME_MAP_MSG_AND_TYPE -- Gitblit v1.8.0