diff options
Diffstat (limited to 'hypervisor.proto')
| -rw-r--r-- | hypervisor.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hypervisor.proto b/hypervisor.proto index d91aef3..703ffb3 100644 --- a/hypervisor.proto +++ b/hypervisor.proto @@ -1,6 +1,8 @@ syntax = "proto3"; package virtbuf; +// global settings for autogenpb `autogenpb:mutex` + message Hypervisors { // `autogenpb:marshal` string uuid = 1; // I guess why not just have this on each file string version = 2; // maybe can be used for protobuf schema change violations |
