summaryrefslogtreecommitdiff
path: root/cluster.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 13:07:24 -0500
committerJeff Carr <[email protected]>2024-10-31 13:07:24 -0500
commit10793e365d594e98bbc8e04251cfbc6b6b3ddbea (patch)
tree94b5a6c8ec1639dd2867dd42e51c4ed732576e35 /cluster.proto
parentf4cb9e27ce6d963d6fa613ab8131945e833443ce (diff)
seems to compile
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cluster.proto')
-rw-r--r--cluster.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster.proto b/cluster.proto
index 8658597..9569465 100644
--- a/cluster.proto
+++ b/cluster.proto
@@ -7,7 +7,7 @@ import "event.proto";
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
import "google/protobuf/duration.proto"; // Import the well-known type for Timestamp
-message Cluster {
+message OldCluster {
int64 id = 1;
repeated string dirs = 2;
@@ -15,7 +15,7 @@ message Cluster {
repeated Hypervisor hypervisors = 4;
// repeated Event events = 5;
- Droplets d = 6;
+ // Droplets d = 6;
Hypervisors h = 7;
Events e = 8;
google.protobuf.Timestamp unstable = 9; // the last time we heard anything from this droplet