From 8f3953159a9c30f5fea1e8e5046026291e2f2958 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 22:24:01 -0600 Subject: autogenpb now configured in .proto files --- hypervisor.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hypervisor.proto') 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 -- cgit v1.2.3