lichao
2021-04-09 4e5cb7960ce4e7e66d5190be67426aeca8b55c3d
src/shm_queue.h
@@ -129,6 +129,7 @@
   ShmMsgQueue(const MQId &id, ShmType &segment, const int len);
   ShmMsgQueue(ShmType &segment, const int len);
   ~ShmMsgQueue();
   static bool Remove(SharedMemory &shm, const MQId &id);
   const MQId &Id() const { return id_; }
   // bool Recv(MsgI &msg, BHMsgHead &head, const int timeout_ms);