summaryrefslogtreecommitdiffstats
path: root/common/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands.h')
-rw-r--r--common/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands.h b/common/commands.h
index 1baedcc..da2438a 100644
--- a/common/commands.h
+++ b/common/commands.h
@@ -45,6 +45,7 @@ enum CommandIds {
45 SearchSourceCommand, // need a buffer definition for this, but relies on Query API 45 SearchSourceCommand, // need a buffer definition for this, but relies on Query API
46 ShutdownCommand, 46 ShutdownCommand,
47 NotificationCommand, 47 NotificationCommand,
48 PingCommand,
48 CustomCommand = 0xffff 49 CustomCommand = 0xffff
49}; 50};
50 51