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 8ced268..9ca92a3 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -49,6 +49,7 @@ enum CommandIds | |||
49 | RemoveFromDiskCommand, | 49 | RemoveFromDiskCommand, |
50 | FlushCommand, | 50 | FlushCommand, |
51 | SecretCommand, | 51 | SecretCommand, |
52 | UpgradeCommand, | ||
52 | CustomCommand = 0xffff | 53 | CustomCommand = 0xffff |
53 | }; | 54 | }; |
54 | 55 | ||