From ed9f2ce38e11c907c8b801736bebc6923e9dbb2b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 8 Feb 2016 19:28:53 +0100 Subject: Emit a notification for revision changes. The notification should replace the revision update command completely. --- common/commands/notification.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/commands') 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 @@ namespace Sink.Commands; -enum NotificationType : byte { Shutdown = 1, Status, Warning, Progress, Inspection } +enum NotificationType : byte { Shutdown = 1, Status, Warning, Progress, Inspection, RevisionUpdate } enum NotificationCode : byte { Success = 0, Failure = 1, UserCode } table Notification { -- cgit v1.2.3