aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy/round_robin
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-18 14:48:14 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-18 14:48:14 -0700
commit694580faee3a3bb91f9922a1d04125aa48f50bd5 (patch)
tree304dd22a13e1140cb263a84c5f2836f5e907ea73 /src/core/ext/filters/client_channel/lb_policy/round_robin
parentd3d709a10fe2d3d9c2f2115bd4adad33e5a1ad0c (diff)
Better name
Diffstat (limited to 'src/core/ext/filters/client_channel/lb_policy/round_robin')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc b/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
index e7cf8ce6f7..911df134cb 100644
--- a/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
+++ b/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
@@ -38,7 +38,7 @@
#include "src/core/lib/transport/connectivity_state.h"
#include "src/core/lib/transport/static_metadata.h"
-grpc_core::Tracer grpc_lb_round_robin_trace(false, "round_robin");
+grpc_core::TraceFlag grpc_lb_round_robin_trace(false, "round_robin");
/** List of entities waiting for a pick.
*