diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-08 19:28:53 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-08 19:28:53 +0100 |
commit | ed9f2ce38e11c907c8b801736bebc6923e9dbb2b (patch) | |
tree | cb23cbf41eb8e060c58935e873dce427ff2c6e35 /common/commands | |
parent | 65be895825a61ae463d09604634b064570febdc2 (diff) | |
download | sink-ed9f2ce38e11c907c8b801736bebc6923e9dbb2b.tar.gz sink-ed9f2ce38e11c907c8b801736bebc6923e9dbb2b.zip |
Emit a notification for revision changes.
The notification should replace the revision update command completely.
Diffstat (limited to 'common/commands')
-rw-r--r-- | common/commands/notification.fbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commands/notification.fbs b/common/commands/notification.fbs index ff01fc5..8750ff5 100644 --- a/common/commands/notification.fbs +++ b/common/commands/notification.fbs | |||
@@ -1,6 +1,6 @@ | |||
1 | namespace Sink.Commands; | 1 | namespace Sink.Commands; |
2 | 2 | ||
3 | enum NotificationType : byte { Shutdown = 1, Status, Warning, Progress, Inspection } | 3 | enum NotificationType : byte { Shutdown = 1, Status, Warning, Progress, Inspection, RevisionUpdate } |
4 | enum NotificationCode : byte { Success = 0, Failure = 1, UserCode } | 4 | enum NotificationCode : byte { Success = 0, Failure = 1, UserCode } |
5 | 5 | ||
6 | table Notification { | 6 | table Notification { |