lichao
2021-05-21 1ff714838c03cba1a18884d5b48a20ee6c4275ac
src/shm_msg_queue.h
@@ -27,7 +27,7 @@
#define BH_USE_ATOMIC_Q
class ShmMsgQueue : public StaticDataRef<std::atomic<uint64_t>, ShmMsgQueue>
class ShmMsgQueue
{
public:
   typedef int64_t RawData;
@@ -45,8 +45,6 @@
   typedef Shmq::Data Queue;
   typedef Shmq::ShmType ShmType;
   typedef uint64_t MQId;
   static MQId NewId();
   ShmMsgQueue(ShmType &segment, const MQId id, const int len);
   ShmMsgQueue(ShmType &segment, const bool create_or_else_find, const MQId id, const int len);