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/defs.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/defs.h b/src/defs.h index 56de8fa..ec41371 100644 --- a/src/defs.h +++ b/src/defs.h @@ -61,7 +61,6 @@ typedef std::string Topic; void SetLastError(const int ec, const std::string &msg); void GetLastError(int &ec, std::string &msg); -//TODO center can check shm for previous crash. const MQInfo &BHTopicCenterAddress(SharedMemory &shm); const MQInfo &BHTopicBusAddress(SharedMemory &shm); -- Gitblit v1.8.0