aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/connectivity_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/impl/codegen/connectivity_state.h')
-rw-r--r--include/grpc/impl/codegen/connectivity_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/grpc/impl/codegen/connectivity_state.h b/include/grpc/impl/codegen/connectivity_state.h
index 71865d8a56..c6d1a33405 100644
--- a/include/grpc/impl/codegen/connectivity_state.h
+++ b/include/grpc/impl/codegen/connectivity_state.h
@@ -40,6 +40,8 @@ extern "C" {
/** Connectivity state of a channel. */
typedef enum {
+ /** channel has just been initialized */
+ GRPC_CHANNEL_INIT = -1,
/** channel is idle */
GRPC_CHANNEL_IDLE,
/** channel is connecting */