aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/error.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-08 16:25:53 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-08 17:50:02 -0700
commita135485bb8ecbbea027727525c0828e4dce5d3da (patch)
treec945bec3b3c433b35abef8b00aa6d2760ded8766 /src/core/lib/iomgr/error.h
parent9c43fc024224ec73fce2320e332c1210b831bcc4 (diff)
Add workqueue tracer
Diffstat (limited to 'src/core/lib/iomgr/error.h')
-rw-r--r--src/core/lib/iomgr/error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/error.h b/src/core/lib/iomgr/error.h
index 729f4eb70c..fb8e19f643 100644
--- a/src/core/lib/iomgr/error.h
+++ b/src/core/lib/iomgr/error.h
@@ -38,7 +38,9 @@ extern "C" {
typedef struct grpc_error grpc_error;
+#ifndef NDEBUG
extern grpc_tracer_flag grpc_trace_error_refcount;
+#endif
typedef enum {
/// 'errno' from the operating system