From 1d7f6211c19712f2db12a913ea5cb990d4963ec3 Mon Sep 17 00:00:00 2001 From: Parth Chandra Date: Thu, 6 Nov 2014 18:20:17 -0800 Subject: DRILL-1585: C++ Client - Update RPC version and protobuf definitions for RPC version 3 --- contrib/native/client/src/include/drill/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/native/client/src/include') diff --git a/contrib/native/client/src/include/drill/common.hpp b/contrib/native/client/src/include/drill/common.hpp index c49240e59..59537f151 100644 --- a/contrib/native/client/src/include/drill/common.hpp +++ b/contrib/native/client/src/include/drill/common.hpp @@ -33,7 +33,7 @@ #include #include -#define DRILL_RPC_VERSION 2 +#define DRILL_RPC_VERSION 3 #define LENGTH_PREFIX_MAX_LENGTH 5 #define LEN_PREFIX_BUFLEN LENGTH_PREFIX_MAX_LENGTH -- cgit v1.2.3