lichao
2021-06-03 8967e7f2f8b94dc032135707e16c8a9f233d0db6
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()