From 4e5cb7960ce4e7e66d5190be67426aeca8b55c3d Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期五, 09 四月 2021 18:45:08 +0800
Subject: [PATCH] add heartbeat, not tested yet.

---
 src/defs.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/defs.h b/src/defs.h
index 91d8cf3..d50e380 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -25,9 +25,9 @@
 
 typedef boost::uuids::uuid MQId;
 
-const MQId &BHTopicBus();
-const MQId &BHTopicReqRepCenter();
-const MQId &BHUniCenter();
+const MQId &BHTopicBusAddress();
+const MQId &BHTopicCenterAddress();
+const MQId &BHUniCenterAddress();
 
 const int kBHCenterPort = 24287;
 const char kTopicSep = '.';

--
Gitblit v1.8.0