From 0d16e8c0176d720613b8d4122bd63e3718c996a9 Mon Sep 17 00:00:00 2001 From: dormando Date: Tue, 27 Sep 2011 01:29:39 -0700 Subject: 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 :) --- protocol_binary.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'protocol_binary.h') 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. -- cgit v1.2.1