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