From 3c2b6739208d961cf8b86460d7f05516d044960c Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期三, 31 三月 2021 19:13:42 +0800 Subject: [PATCH] add async recv suport; sync by waiting for async. --- src/defs.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/defs.h b/src/defs.h index 10ac73c..fcdcc70 100644 --- a/src/defs.h +++ b/src/defs.h @@ -25,6 +25,7 @@ typedef boost::uuids::uuid MQId; const MQId kBHBusQueueId = boost::uuids::string_generator()("01234567-89ab-cdef-8349-1234567890ff"); +const MQId kBHTopicRPCId = boost::uuids::string_generator()("12345670-89ab-cdef-8349-1234567890ff"); const int kBHCenterPort = 24287; const char kTopicSep = '.'; namespace bhome_shm -- Gitblit v1.8.0