lichao
2021-05-06 2de7ebf4516e58a8fa959977a51dccd22823c0e0
src/shm_msg_queue.cpp
@@ -34,7 +34,7 @@
ShmMsgQueue::MQId ShmMsgQueue::NewId()
{
   static auto &id = GetData();
   return ++id;
   return (++id) * 10;
}
// ShmMsgQueue memory usage: (320 + 16*length) bytes, length >= 2
ShmMsgQueue::ShmMsgQueue(const MQId id, ShmType &segment, const int len) :