summaryrefslogtreecommitdiff
path: root/cluster.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cluster.proto')
-rw-r--r--cluster.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/cluster.proto b/cluster.proto
index 77ca62e..8631e43 100644
--- a/cluster.proto
+++ b/cluster.proto
@@ -8,4 +8,5 @@ message Cluster {
int64 id = 1;
repeated Droplet droplets = 2;
repeated Hypervisor hypervisors = 3;
+ repeated string dirs = 4;
}