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, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/connectivity_state.h b/include/grpc/impl/codegen/connectivity_state.h
index 5bb9eb8f4e..71865d8a56 100644
--- a/include/grpc/impl/codegen/connectivity_state.h
+++ b/include/grpc/impl/codegen/connectivity_state.h
@@ -49,7 +49,7 @@ typedef enum {
/** channel has seen a failure but expects to recover */
GRPC_CHANNEL_TRANSIENT_FAILURE,
/** channel has seen a failure that it cannot recover from */
- GRPC_CHANNEL_FATAL_FAILURE
+ GRPC_CHANNEL_SHUTDOWN
} grpc_connectivity_state;
#ifdef __cplusplus