lichao
2021-03-25 a76a94009d78a6a41654335dcb9202fb31659de0
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