summaryrefslogtreecommitdiff
path: root/hypervisor.proto
diff options
context:
space:
mode:
Diffstat (limited to 'hypervisor.proto')
-rw-r--r--hypervisor.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervisor.proto b/hypervisor.proto
index 55154dd..3b369b6 100644
--- a/hypervisor.proto
+++ b/hypervisor.proto
@@ -7,6 +7,7 @@ message Hypervisors { // `autogenpb:marshal`
string uuid = 1; // `autogenpb:uuid:6e3aa8b9-cf98-40f6-af58-3c6ad1edf4d4`
string version = 2; // `autogenpb:version:v0.0.1`
repeated Hypervisor hypervisors = 3;
+ string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
}
message Hypervisor {