summaryrefslogtreecommitdiffstats
path: root/common/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands.h')
-rw-r--r--common/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/commands.h b/common/commands.h
index c68ef90..33d5cd7 100644
--- a/common/commands.h
+++ b/common/commands.h
@@ -34,7 +34,7 @@ namespace Commands
34 34
35enum CommandIds { 35enum CommandIds {
36 UnknownCommand = 0, 36 UnknownCommand = 0,
37 CommandCompletion, 37 CommandCompletionCommand,
38 HandshakeCommand, 38 HandshakeCommand,
39 RevisionUpdateCommand, 39 RevisionUpdateCommand,
40 SynchronizeCommand, 40 SynchronizeCommand,
@@ -47,6 +47,7 @@ enum CommandIds {
47 NotificationCommand, 47 NotificationCommand,
48 PingCommand, 48 PingCommand,
49 RevisionReplayedCommand, 49 RevisionReplayedCommand,
50 InspectionCommand,
50 CustomCommand = 0xffff 51 CustomCommand = 0xffff
51}; 52};
52 53