diff options
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; |
