summaryrefslogtreecommitdiff
path: root/protocol_binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocol_binary.h')
-rw-r--r--protocol_binary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol_binary.h b/protocol_binary.h
index 08df72e..056e83d 100644
--- a/protocol_binary.h
+++ b/protocol_binary.h
@@ -68,6 +68,7 @@ extern "C"
PROTOCOL_BINARY_RESPONSE_E2BIG = 0x03,
PROTOCOL_BINARY_RESPONSE_EINVAL = 0x04,
PROTOCOL_BINARY_RESPONSE_NOT_STORED = 0x05,
+ PROTOCOL_BINARY_RESPONSE_DELTA_BADVAL = 0x06,
PROTOCOL_BINARY_RESPONSE_UNKNOWN_COMMAND = 0x81,
PROTOCOL_BINARY_RESPONSE_ENOMEM = 0x82
} protocol_binary_response_status;