aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/closure.h
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/closure.h
parentd3d709a10fe2d3d9c2f2115bd4adad33e5a1ad0c (diff)
Better name
Diffstat (limited to 'src/core/lib/iomgr/closure.h')
-rw-r--r--src/core/lib/iomgr/closure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/closure.h b/src/core/lib/iomgr/closure.h
index ae946072ce..66484a210f 100644
--- a/src/core/lib/iomgr/closure.h
+++ b/src/core/lib/iomgr/closure.h
@@ -34,7 +34,7 @@ struct grpc_closure;
typedef struct grpc_closure grpc_closure;
#ifndef NDEBUG
-extern grpc_core::Tracer grpc_trace_closure;
+extern grpc_core::TraceFlag grpc_trace_closure;
#endif
typedef struct grpc_closure_list {