summaryrefslogtreecommitdiff
path: root/hypervisor.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:24:01 -0600
committerJeff Carr <[email protected]>2024-12-01 22:24:01 -0600
commit8f3953159a9c30f5fea1e8e5046026291e2f2958 (patch)
treeaf64e4a0079db08716671d4a22e72b244adec2ed /hypervisor.proto
parentaeac6b5af782c36279fc0f0f83e6120ec28bfd27 (diff)
autogenpb now configured in .proto filesv0.2.12
Diffstat (limited to 'hypervisor.proto')
-rw-r--r--hypervisor.proto2
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