lichao
2021-05-08 36e6a35a886252516f168b90f7a9a7c1c5177312
src/shm_msg_queue.h
@@ -38,6 +38,7 @@
   static MQId NewId();
   ShmMsgQueue(const MQId id, ShmType &segment, const int len);
   ShmMsgQueue(const MQId id, const bool create_or_else_find, ShmType &segment, const int len);
   ShmMsgQueue(ShmType &segment, const int len);
   ~ShmMsgQueue();
   static bool Remove(SharedMemory &shm, const MQId id);