diff options
Diffstat (limited to 'common/commands.h')
-rw-r--r-- | common/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands.h b/common/commands.h index da2438a..c68ef90 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -46,6 +46,7 @@ enum CommandIds { | |||
46 | ShutdownCommand, | 46 | ShutdownCommand, |
47 | NotificationCommand, | 47 | NotificationCommand, |
48 | PingCommand, | 48 | PingCommand, |
49 | RevisionReplayedCommand, | ||
49 | CustomCommand = 0xffff | 50 | CustomCommand = 0xffff |
50 | }; | 51 | }; |
51 | 52 | ||