lichao
2021-06-29 6c07fe29a5185835f28059f627a1d30e462da28b
src/defs.cpp
@@ -277,7 +277,7 @@
std::string BHomeShmName()
{
   auto bhome_meta = Ptr<BHomeMetaInfo>(kShmMetaInfoFixedAddress + Addr(BHomeMetaShm().get_address()));
   return "bhome_shmq_id_" + std::to_string(bhome_meta->shm_id_.load());
   return "bhshmq_sid_" + std::to_string(bhome_meta->shm_id_.load());
}
SharedMemory &BHomeShm()