diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 15:23:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 15:23:40 -0600 |
| commit | 2381c65887caa779b2aecf2c9626de5d17e59536 (patch) | |
| tree | a8e901235323c0498eb7a91302eb3af9b941a1cc /hypervisor.proto | |
| parent | ddc0410126f6da0165f48f9023526dc47de52e5b (diff) | |
cleanups for gui pb tables
Diffstat (limited to 'hypervisor.proto')
| -rw-r--r-- | hypervisor.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervisor.proto b/hypervisor.proto index e7a2a42..435774e 100644 --- a/hypervisor.proto +++ b/hypervisor.proto @@ -3,7 +3,7 @@ package virtbuf; // global settings for autogenpb `autogenpb:mutex` -message Hypervisors { // `autogenpb:marshal` +message Hypervisors { // `autogenpb:marshal` `autogenpb:gui` string uuid = 1; // `autogenpb:uuid:6e3aa8b9-cf98-40f6-af58-3c6ad1edf4d4` string version = 2; // `autogenpb:version:v0.0.1` repeated Hypervisor hypervisors = 3; |
