Update mdf.md

This commit is contained in:
Dean Eigenmann 2019-10-21 16:51:24 +02:00 committed by GitHub
parent 95f0013299
commit 0713ebcb9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

8
mdf.md
View File

@ -41,10 +41,10 @@ Nodes MAY transmit a `Metadata` message by extending the MVDS [message](./mvds.m
```diff
message Message {
+ Metadata metadata = 6000;
bytes group_id = 6001;
int64 timestamp = 6002;
bytes body = 6003;
bytes group_id = 1;
int64 timestamp = 2;
bytes body = 3;
+ Metadata metadata = 4;
}
```