diff options
author | Craig Tiller <ctiller@google.com> | 2015-06-25 10:43:05 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-06-25 10:43:05 -0700 |
commit | 3f475422ecb8cd5c648ce86f126122ba6dee1c9c (patch) | |
tree | 3a1920a40eeba8294023d00421f25148228b02ac /src/core/client_config | |
parent | 3b1847c5283c3776ca700fb5ee56c894e68d970b (diff) |
chop chop chop
Diffstat (limited to 'src/core/client_config')
-rw-r--r-- | src/core/client_config/subchannel.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/core/client_config/subchannel.h b/src/core/client_config/subchannel.h index 9128aaeda7..0c6c9b3e64 100644 --- a/src/core/client_config/subchannel.h +++ b/src/core/client_config/subchannel.h @@ -44,22 +44,6 @@ typedef struct grpc_subchannel grpc_subchannel; typedef struct grpc_subchannel_call grpc_subchannel_call; -/** Connectivity state of a channel. - TODO(ctiller): move to grpc.h when we implement the public - version of the connectivity apis */ -typedef enum { - /** channel is connecting */ - GRPC_CHANNEL_CONNECTING, - /** channel is ready for work */ - GRPC_CHANNEL_READY, - /** channel has seen a failure but expects to recover */ - GRPC_CHANNEL_TRANSIENT_FAILURE, - /** channel is idle */ - GRPC_CHANNEL_IDLE, - /** channel has seen a failure that it cannot recover from */ - GRPC_CHANNEL_FATAL_FAILURE -} grpc_connectivity_state; - void grpc_subchannel_ref(grpc_subchannel *channel); void grpc_subchannel_unref(grpc_subchannel *channel); |