summaryrefslogtreecommitdiff
path: root/protocol_binary.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2011-09-27 01:29:39 -0700
committerdormando <dormando@rydia.net>2011-09-27 01:29:39 -0700
commit0d16e8c0176d720613b8d4122bd63e3718c996a9 (patch)
treee7e974a824decee09af272e32fb774b679794e92 /protocol_binary.h
parentd87f568a95ed1abe468188476fa5ed9288799223 (diff)
downloadmemcached-0d16e8c0176d720613b8d4122bd63e3718c996a9.tar.gz
Add binary GATK/GATKQ
Apparently nothing tests GETK/GETKQ, so tests still have to be added. 1.6 doesn't have GATK/GATKQ because the membase folks didn't need it. I'm adding them for completeness and because I don't want to argue about why people can't have it. If you're reading this, please use opaques :)
Diffstat (limited to 'protocol_binary.h')
-rw-r--r--protocol_binary.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/protocol_binary.h b/protocol_binary.h
index 4fd9df5..dfc59c8 100644
--- a/protocol_binary.h
+++ b/protocol_binary.h
@@ -108,6 +108,8 @@ extern "C"
PROTOCOL_BINARY_CMD_TOUCH = 0x1c,
PROTOCOL_BINARY_CMD_GAT = 0x1d,
PROTOCOL_BINARY_CMD_GATQ = 0x1e,
+ PROTOCOL_BINARY_CMD_GATK = 0x23,
+ PROTOCOL_BINARY_CMD_GATKQ = 0x24,
PROTOCOL_BINARY_CMD_SASL_LIST_MECHS = 0x20,
PROTOCOL_BINARY_CMD_SASL_AUTH = 0x21,
@@ -416,12 +418,16 @@ extern "C"
} protocol_binary_request_gat;
typedef protocol_binary_request_gat protocol_binary_request_gatq;
+ typedef protocol_binary_request_gat protocol_binary_request_gatk;
+ typedef protocol_binary_request_gat protocol_binary_request_gatkq;
/**
* Definition of the packet returned from the GAT(Q)
*/
typedef protocol_binary_response_get protocol_binary_response_gat;
typedef protocol_binary_response_get protocol_binary_response_gatq;
+ typedef protocol_binary_response_get protocol_binary_response_gatk;
+ typedef protocol_binary_response_get protocol_binary_response_gatkq;
/**
* Definition of a request for a range operation.