summaryrefslogtreecommitdiff
path: root/droplet.proto
diff options
context:
space:
mode:
Diffstat (limited to 'droplet.proto')
-rw-r--r--droplet.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/droplet.proto b/droplet.proto
index f52fa7f..dd1b30a 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -44,6 +44,8 @@ message Current {
string full_xml = 4; // the full libvirt xml to import
google.protobuf.Timestamp last_poll = 5; // the last time we heard anything from this droplet
string image_url = 6; // url to the image
+ google.protobuf.Timestamp off_since = 7; // when the droplet was turned off
+ google.protobuf.Timestamp on_since = 8; // when the droplet was turned on
}
message Archive {