From 1d6c040dcb9a01648edc66d8c0006c8c9294a705 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期四, 22 四月 2021 18:28:30 +0800
Subject: [PATCH] add mutex timeout limit; use atomic as refcount.
---
box/center.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/box/center.h b/box/center.h
index aea0897..60639d5 100644
--- a/box/center.h
+++ b/box/center.h
@@ -34,7 +34,6 @@
static bool Install(const std::string &name, MsgHandler handler, IdleHandler idle, const MQId &mqid, const int mq_len);
BHCenter(Socket::Shm &shm);
- BHCenter();
~BHCenter() { Stop(); }
bool Start();
bool Stop();
--
Gitblit v1.8.0