lichao
2021-04-30 377e395a5fdc6ad44bdd5a2d41d2930f45fc4384
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) :