summaryrefslogtreecommitdiffstats
path: root/common/commands.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-30 11:27:33 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-30 15:28:55 +0100
commit33029ab13cdb378e2b4a0886a591fb02a5cb2b65 (patch)
tree1ffffda4f125fd4989856a9610d5843f5d097135 /common/commands.h
parentf675a280ad48a9a2ba7b38f81cf0dfdafb3a96b5 (diff)
downloadsink-33029ab13cdb378e2b4a0886a591fb02a5cb2b65.tar.gz
sink-33029ab13cdb378e2b4a0886a591fb02a5cb2b65.zip
Support for storage upgrades
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 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