liuxiaolong
2021-04-21 d1f89c1eb52a08b97d5be5dd991c5991b6f0bf93
src/proto.cpp
@@ -30,6 +30,8 @@
} // namespace
std::string NewMsgId() { return RandId(); }
BHMsgHead InitMsgHead(const MsgType type, const std::string &proc_id)
{
   return InitMsgHead(type, proc_id, RandId());