aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/protobuf/User.pb.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/native/client/src/protobuf/User.pb.h')
-rw-r--r--contrib/native/client/src/protobuf/User.pb.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/native/client/src/protobuf/User.pb.h b/contrib/native/client/src/protobuf/User.pb.h
index eca199dc0..69daf50d2 100644
--- a/contrib/native/client/src/protobuf/User.pb.h
+++ b/contrib/native/client/src/protobuf/User.pb.h
@@ -51,14 +51,15 @@ enum RpcType {
RUN_QUERY = 3,
CANCEL_QUERY = 4,
REQUEST_RESULTS = 5,
- QUERY_RESULT = 6,
+ QUERY_DATA = 6,
QUERY_HANDLE = 7,
REQ_META_FUNCTIONS = 8,
- RESP_FUNCTION_LIST = 9
+ RESP_FUNCTION_LIST = 9,
+ QUERY_RESULT = 10
};
bool RpcType_IsValid(int value);
const RpcType RpcType_MIN = HANDSHAKE;
-const RpcType RpcType_MAX = RESP_FUNCTION_LIST;
+const RpcType RpcType_MAX = QUERY_RESULT;
const int RpcType_ARRAYSIZE = RpcType_MAX + 1;
const ::google::protobuf::EnumDescriptor* RpcType_descriptor();