src/pubsub.h @@ -40,7 +40,7 @@ std::unordered_map<std::string, Clients> records_; bool StopNoLock(); void OnMsg(const BHMsg &msg); void OnMsg(MsgI &msg); public: BusManager(SharedMemory &shm); ~BusManager();