From d26327b3cde043a9470dcd7fea8e704ea517fdae Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 01 四月 2021 19:26:57 +0800 Subject: [PATCH] add req/rep center; --- src/pubsub_center.cpp | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/pubsub_center.cpp b/src/pubsub_center.cpp index 33c16be..afd07bf 100644 --- a/src/pubsub_center.cpp +++ b/src/pubsub_center.cpp @@ -17,9 +17,7 @@ */ #include "pubsub_center.h" #include "bh_util.h" - -PubSubCenter::PubSubCenter(SharedMemory &shm) : - socket_(shm) {} +using namespace bhome_shm; bool PubSubCenter::Start(const int nworker) { -- Gitblit v1.8.0