Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgquintas committed Sep 15, 2016
1 parent 8424fdc commit 6eb48f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/ext/lb_policy/round_robin/round_robin.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ struct round_robin_lb_policy {

/** total number of addresses received at creation time */
size_t num_addresses;
/** user data, one per incoming address. This pointer is borrowed and opaque.
* It'll be returned as-is in successful picks. */
/** array holding the borrowed and opaque pointers to incoming user data, one
* per incoming address. These individual pointers will be returned as-is in
* successful picks. */
void **user_data_pointers;

/** all our subchannels */
Expand Down

0 comments on commit 6eb48f1

Please sign in to comment.