summaryrefslogtreecommitdiff
path: root/droplet.proto
diff options
context:
space:
mode:
Diffstat (limited to 'droplet.proto')
-rw-r--r--droplet.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/droplet.proto b/droplet.proto
index c3b7bd1..9ac8e42 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -43,5 +43,6 @@ message Network {
message Disk {
string filename = 1;
- int64 size = 2;
+ string filepath = 2;
+ int64 size = 3;
}