aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/include/drill/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/native/client/src/include/drill/common.hpp')
-rw-r--r--contrib/native/client/src/include/drill/common.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/native/client/src/include/drill/common.hpp b/contrib/native/client/src/include/drill/common.hpp
index f83aae403..824d67062 100644
--- a/contrib/native/client/src/include/drill/common.hpp
+++ b/contrib/native/client/src/include/drill/common.hpp
@@ -78,7 +78,8 @@ typedef enum{
QRY_COMPLETED = 11,
QRY_CANCELED = 12,
QRY_FAILED = 13,
- QRY_UNKNOWN_QUERY = 14
+ QRY_UNKNOWN_QUERY = 14,
+ QRY_TIMEOUT = 15
} status_t;
typedef enum{
@@ -86,7 +87,8 @@ typedef enum{
CONN_FAILURE=1,
CONN_HANDSHAKE_FAILED=2,
CONN_INVALID_INPUT=3,
- CONN_ZOOKEEPER_ERROR=4
+ CONN_ZOOKEEPER_ERROR=4,
+ CONN_HANDSHAKE_TIMEOUT=5
} connectionStatus_t;
typedef enum{