lichao
2021-05-10 77a6c3512a44dfe6540dde71946e6484fe4f173f
src/socket.cpp
@@ -29,6 +29,11 @@
{
   Start();
}
ShmSocket::ShmSocket(Shm &shm, const bool create_or_else_find, const MQId id, const int len) :
    run_(false), mq_(id, create_or_else_find, shm, len)
{
   Start();
}
ShmSocket::ShmSocket(bhome_shm::SharedMemory &shm, const int len) :
    run_(false), mq_(shm, len)
{