diff options
Diffstat (limited to 'event.proto')
| -rw-r--r-- | event.proto | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/event.proto b/event.proto index 8df1409..5fdb500 100644 --- a/event.proto +++ b/event.proto @@ -35,17 +35,17 @@ message Event { } enum EventType { - ADD = 0; - DELETE = 1; - POWERON = 2; - POWEROFF = 3; // should indicate a "normal" shutdown - HIBERNATE = 4; - MIGRATE = 5; - DEMO = 6; - GET = 7; // request something - LOGIN = 8; // attempt to login - OK = 9; // everything is ok - FAIL = 10; // everything failed - CRASH = 11; // droplet hard crashed - CHANGE = 12; // droplet or hypervisor config change + ADD = 0; + DELETE = 1; + POWERON = 2; + POWEROFF = 3; // should indicate a "normal" shutdown + HIBERNATE = 4; + MIGRATE = 5; + DEMO = 6; + GET = 7; // request something + LOGIN = 8; // attempt to login + OK = 9; // everything is ok + FAIL = 10; // everything failed + CRASH = 11; // droplet hard crashed + CHANGE = 12; // droplet or hypervisor config change } |
