diff options
| author | Jeff Carr <[email protected]> | 2024-10-24 16:09:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-24 16:09:39 -0500 |
| commit | 5b7c1879c6ed68ec37c3b89f9eec82775a5d891a (patch) | |
| tree | e1b1c40170ce3ccf403f9966aec04f621a499f28 /hypervisor.proto | |
| parent | 7a31bd08c53e4e21297e8fa5a9a2f1ec39294530 (diff) | |
minor formating
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hypervisor.proto')
| -rw-r--r-- | hypervisor.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypervisor.proto b/hypervisor.proto index fa3a190..3d2d87d 100644 --- a/hypervisor.proto +++ b/hypervisor.proto @@ -2,9 +2,9 @@ syntax = "proto3"; package virtbuf; message Hypervisor { - string uuid = 1; + string uuid = 1; string hostname = 2; - bool active = 3; // is allowed to start new droplets + bool active = 3; // is allowed to start new droplets int64 cpus = 4; int64 memory = 5; // in bytes string comment = 6; |
