diff options
author | ncteisen <ncteisen@gmail.com> | 2017-11-10 16:21:03 -0800 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-11-12 20:18:24 -0800 |
commit | 429a134f3d7ba2eb81c39e13f5aeea691e3e1104 (patch) | |
tree | c31ca0adc48ffe08a0a4c6f7a936bf37c87d4ad6 /src/core | |
parent | dd34f3caf6648290c415864e8df1b8b2d5e8882a (diff) |
Fix trace_closure linker error
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/lib/iomgr/error.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/error.cc b/src/core/lib/iomgr/error.cc index 123ff72851..ecb3352d0a 100644 --- a/src/core/lib/iomgr/error.cc +++ b/src/core/lib/iomgr/error.cc @@ -40,6 +40,8 @@ #ifndef NDEBUG grpc_tracer_flag grpc_trace_error_refcount = GRPC_TRACER_INITIALIZER(false, "error_refcount"); +grpc_tracer_flag grpc_trace_closure = + GRPC_TRACER_INITIALIZER(false, "closure"); #endif static const char* error_int_name(grpc_error_ints key) { |