lichao
2021-03-25 3f4f049ac015c695a965142e7b1180eae83ae781
src/msg.h
@@ -91,7 +91,7 @@
    void FreeFrom(SharedMemory &shm);
};
Msg BuildMsg(const MQId &src, const void *p, const size_t size);
inline void swap(Msg &m1, Msg &m2) { m1.swap(m2); }
} // namespace bhome_shm