lichao
2021-05-18 64334bb4d7bd8f2d02475f2498df1505e9287912
proto/source/bhome_msg_api.proto
@@ -8,9 +8,10 @@
package bhome_msg;
message BHAddress {
   bytes mq_id = 1; // mqid, uuid
   bytes ip = 2;   //
   int32 port = 3;
   uint64 mq_id = 1;
   int64 abs_addr = 2;
   bytes ip = 3;
   int32 port = 4;
}
message ProcInfo
@@ -48,7 +49,6 @@
message MsgRegister
{
   ProcInfo proc = 1;
   repeated BHAddress addrs = 2;
}
message MsgUnregister