liuxiaolong
2021-04-25 238b3cab1bc1c6b2f1b2f03df3a78c8d1db6c685
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());