aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/native/client/src/include')
-rw-r--r--contrib/native/client/src/include/drill/common.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/native/client/src/include/drill/common.hpp b/contrib/native/client/src/include/drill/common.hpp
index 6662754d2..2fa09545c 100644
--- a/contrib/native/client/src/include/drill/common.hpp
+++ b/contrib/native/client/src/include/drill/common.hpp
@@ -107,7 +107,9 @@ typedef enum{
CONN_INVALID_INPUT=3,
CONN_ZOOKEEPER_ERROR=4,
CONN_HANDSHAKE_TIMEOUT=5,
- CONN_HOSTNAME_RESOLUTION_ERROR=6
+ CONN_HOSTNAME_RESOLUTION_ERROR=6,
+ CONN_AUTH_FAILED=7,
+ CONN_BAD_RPC_VER=8
} connectionStatus_t;
typedef enum{