CHG: removed the sourcetype out of the basic message
This commit is contained in:
@@ -9,13 +9,9 @@ package messages.header;
|
||||
message Message {
|
||||
uint32 topic = 1;
|
||||
uint32 msgType = 2;
|
||||
uint32 sourceType = 3;
|
||||
string senderUUID = 4;
|
||||
optional uint32 sourceID = 5;
|
||||
optional uint32 parentID = 6;
|
||||
|
||||
string senderUUID = 3;
|
||||
|
||||
google.protobuf.Any payload = 7;
|
||||
google.protobuf.Any payload = 5;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user