Merge pull request #14166 from AspirinSJL/todo

Fix comment
pull/14171/head
Juanli Shen 7 years ago committed by GitHub
commit 9e272b467f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc

@ -171,7 +171,7 @@ struct pending_ping {
typedef struct glb_lb_call_data {
struct glb_lb_policy* glb_policy;
// todo refactor
// TODO(juanlishen): c++ize this struct.
gpr_refcount refs;
/** The streaming call to the LB server. Always non-NULL. */

Loading…
Cancel
Save