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

Merge pull request #2479 from grpc/pick_first_h_docstring

Docstring for grpc_create_pick_first_lb_policy
parents 3644adf8 65749c10
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@
#include "src/core/client_config/lb_policy.h"
/** Returns a load balancing policy instance that picks up the first subchannel
* from \a subchannels to succesfully connect */
grpc_lb_policy *grpc_create_pick_first_lb_policy(grpc_subchannel **subchannels,
size_t num_subchannels);
......
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