summaryrefslogtreecommitdiff
path: root/protocol_binary.h
diff options
context:
space:
mode:
authorDustin Sallings <dustin@spy.net>2009-06-21 00:05:54 -0700
committerTrond Norbye <Trond.Norbye@sun.com>2009-06-29 23:17:52 +0200
commitcce46e8f092b2c57cdb94a780f67d95b65bdd762 (patch)
treed39e89d005304907604c176f3c78716fe6ffc183 /protocol_binary.h
parent223a43644dcf986533b3f65179cd4181e152f9c8 (diff)
downloadmemcached-cce46e8f092b2c57cdb94a780f67d95b65bdd762.tar.gz
New binary protocol error for bad stored value in incr/decr (issue48)
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;