lichao
2021-04-23 628c1c21ffb19d8c96ed9ce89531595f9870ab1a
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());