diff options
Diffstat (limited to 'cluster.proto')
| -rw-r--r-- | cluster.proto | 4 |
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 |
