diff --git a/mvds.md b/mvds.md index 2996c76d..9994e899 100644 --- a/mvds.md +++ b/mvds.md @@ -45,6 +45,8 @@ Payloads are implemented using [protocol buffers v3](https://developers.google.c ```protobuf syntax = "proto3"; +package vac.mvds; + message Payload { repeated bytes acks = 5001; repeated bytes offers = 5002;