Skip to content
Snippets Groups Projects
Commit 9038579e authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #2962 from grpc/docs-be-good

docstrings for gprc_subchannel_{add,del}_interested_party
parents 2461bf67 d0efbdbc
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment