summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 02:04:13 -0500
committerJeff Carr <[email protected]>2024-10-31 02:04:13 -0500
commit89f0d31e0f0c7890a69d958208565a29fa459fc4 (patch)
tree9b41a012642c477520808298092b984741f23424
parent301fbfc3b026f4035e90cc0001474ffb42e82276 (diff)
better to store as a string
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--droplet.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/droplet.proto b/droplet.proto
index b468226..35a8de0 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -33,7 +33,7 @@ message Droplet {
string current_hypervisor = 18; // the current hypervisor the droplet is running on
google.protobuf.Timestamp last_poll = 19; // the last time we heard anything from this droplet
string force_hypervisor = 20; // use this hypervisor and this hypervisor only
- bool local_only = 21; // this is only defined locally on the hypervisor
+ string local_only = 21; // this is only defined locally on the hypervisor
}
enum DropletState {