From 056f71f24cefaf88f2a93714c6678c03ed5f1e0e Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 02 七月 2021 16:54:33 +0800 Subject: [PATCH] fixed to adapt gcc-5.4 & glibc-2.25 --- 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