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 b97bbc6..0da1b3c 100644 --- a/common/commands.h +++ b/common/commands.h | |||
@@ -48,6 +48,7 @@ enum CommandIds | |||
48 | RevisionReplayedCommand, | 48 | RevisionReplayedCommand, |
49 | InspectionCommand, | 49 | InspectionCommand, |
50 | RemoveFromDiskCommand, | 50 | RemoveFromDiskCommand, |
51 | FlushCommand, | ||
51 | CustomCommand = 0xffff | 52 | CustomCommand = 0xffff |
52 | }; | 53 | }; |
53 | 54 | ||