From 58d904a328c0d849769b483e901a0be9426b8209 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 20 七月 2021 20:20:44 +0800 Subject: [PATCH] 调整Request C.BHFree的位置 --- 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