diff options
author | Craig Tiller <ctiller@google.com> | 2015-08-17 15:04:09 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-08-17 15:04:09 -0700 |
commit | f2066040d2568e6ae90f6690fab91c63cd17fd6b (patch) | |
tree | 1642ab134347ffbd7225165fb642ff3be89f50f9 /src/core/client_config | |
parent | 629c6f534f292163986abce5dd3d97e9846171d3 (diff) | |
parent | 9038579ee1b00359a804ff54625ed4591010c702 (diff) |
Merge github.com:grpc/grpc into y12kdm3
Diffstat (limited to 'src/core/client_config')
-rw-r--r-- | src/core/client_config/subchannel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/client_config/subchannel.h b/src/core/client_config/subchannel.h index d1cd33b2af..2e36c69134 100644 --- a/src/core/client_config/subchannel.h +++ b/src/core/client_config/subchannel.h @@ -91,8 +91,10 @@ void grpc_subchannel_notify_on_state_change(grpc_subchannel *channel, grpc_connectivity_state *state, grpc_iomgr_closure *notify); +/** express interest in \a channel's activities through \a pollset. */ void grpc_subchannel_add_interested_party(grpc_subchannel *channel, grpc_pollset *pollset); +/** stop following \a channel's activity through \a pollset. */ void grpc_subchannel_del_interested_party(grpc_subchannel *channel, grpc_pollset *pollset); |