From 83159a9aac02b8a7747abe33fa15baa35472f80b Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 24 Sep 2019 12:57:27 +0800 Subject: [PATCH] Add vac.mvds package --- mvds.md | 2 ++ 1 file changed, 2 insertions(+) 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;