lichao
2021-04-01 d26327b3cde043a9470dcd7fea8e704ea517fdae
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)
{