From 1b52f1cb8c47dd2c0195d2fd65d7b6a4c2f10704 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期一, 12 四月 2021 18:29:41 +0800 Subject: [PATCH] add fail-resend support. --- src/defs.h | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/defs.h b/src/defs.h index dfb00ee..d50e380 100644 --- a/src/defs.h +++ b/src/defs.h @@ -25,8 +25,10 @@ typedef boost::uuids::uuid MQId; -const MQId kBHTopicBus = boost::uuids::string_generator()("01234567-89ab-cdef-8349-1234567890ff"); -const MQId kBHTopicReqRepCenter = boost::uuids::string_generator()("12345670-89ab-cdef-8349-1234567890ff"); +const MQId &BHTopicBusAddress(); +const MQId &BHTopicCenterAddress(); +const MQId &BHUniCenterAddress(); + const int kBHCenterPort = 24287; const char kTopicSep = '.'; namespace bhome_shm -- Gitblit v1.8.0