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 26729dc..0007ffc 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -43,6 +43,7 @@ enum CommandIds { | |||
43 | CreateEntityCommand, | 43 | CreateEntityCommand, |
44 | SearchSourceCommand, // need a buffer definition for this, but relies on Query API | 44 | SearchSourceCommand, // need a buffer definition for this, but relies on Query API |
45 | ShutdownCommand, | 45 | ShutdownCommand, |
46 | NotificationCommand, | ||
46 | CustomCommand = 0xffff | 47 | CustomCommand = 0xffff |
47 | }; | 48 | }; |
48 | 49 | ||