aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_generic.cc
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/lib/iomgr/timer_generic.cc
parentd3d709a10fe2d3d9c2f2115bd4adad33e5a1ad0c (diff)
Better name
Diffstat (limited to 'src/core/lib/iomgr/timer_generic.cc')
-rw-r--r--src/core/lib/iomgr/timer_generic.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/timer_generic.cc b/src/core/lib/iomgr/timer_generic.cc
index 98b4ca22ab..1735aeb19f 100644
--- a/src/core/lib/iomgr/timer_generic.cc
+++ b/src/core/lib/iomgr/timer_generic.cc
@@ -44,8 +44,8 @@
#define MAX_QUEUE_WINDOW_DURATION 1
extern "C" {
-grpc_core::Tracer grpc_timer_trace(false, "timer");
-grpc_core::Tracer grpc_timer_check_trace(false, "timer_check");
+grpc_core::TraceFlag grpc_timer_trace(false, "timer");
+grpc_core::TraceFlag grpc_timer_check_trace(false, "timer_check");
}
/* A "timer shard". Contains a 'heap' and a 'list' of timers. All timers with