src/shm_queue.h
@@ -90,6 +90,7 @@ bool Send(const MQId &remote_id, const void *data, const size_t size, const int timeout_ms); bool Recv(MQId &source_id, void *&data, size_t &size, const int timeout_ms); const MQId &Id() const { return data()->Id(); } bool Send(const MQId &remote_id, const Msg &msg, const int timeout_ms); }; } // namespace bhome_shm