lichao
2021-04-15 c64c54d8e75b9354dc49a7b6b2d326e7dd59eb37
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());