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);