aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/pollset.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-09 10:44:42 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-11 23:28:32 -0700
commitf8061e88eaee4973ceb82319cdb987741534dd8f (patch)
tree7589d2db8eff144e52f8b209109ec7cbbfebb448 /src/core/lib/iomgr/pollset.h
parent3bc255818b297b8ba3c7652351de496faff66b6d (diff)
Fix compile. WIP probably
Diffstat (limited to 'src/core/lib/iomgr/pollset.h')
-rw-r--r--src/core/lib/iomgr/pollset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/pollset.h b/src/core/lib/iomgr/pollset.h
index 3ff878e596..a609a3877a 100644
--- a/src/core/lib/iomgr/pollset.h
+++ b/src/core/lib/iomgr/pollset.h
@@ -25,6 +25,10 @@
#include "src/core/lib/iomgr/exec_ctx.h"
+#ifndef NDEBUG
+extern grpc_tracer_flag grpc_trace_fd_refcount;
+#endif
+
/* A grpc_pollset is a set of file descriptors that a higher level item is
interested in. For example:
- a server will typically keep a pollset containing all connected channels,