aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-11-29 21:54:26 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-11-29 21:54:26 -0800
commit2a1bb7f0caf7eb9ab24219b3a9e246718aa84a6b (patch)
tree93b5271d00edde22649b41e4e63cde8aea4378fc /src/core/iomgr
parent486130455f16d30b3c1f792bf302f0858b334d3d (diff)
Fixes, and some test code
Diffstat (limited to 'src/core/iomgr')
-rw-r--r--src/core/iomgr/fd_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/fd_posix.h b/src/core/iomgr/fd_posix.h
index 8717aa5103..d558fc9fe5 100644
--- a/src/core/iomgr/fd_posix.h
+++ b/src/core/iomgr/fd_posix.h
@@ -168,7 +168,7 @@ void grpc_fd_become_readable(grpc_exec_ctx *exec_ctx, grpc_fd *fd);
void grpc_fd_become_writable(grpc_exec_ctx *exec_ctx, grpc_fd *fd);
/* Reference counting for fds */
-#define GRPC_FD_REF_COUNT_DEBUG
+/*#define GRPC_FD_REF_COUNT_DEBUG*/
#ifdef GRPC_FD_REF_COUNT_DEBUG
void grpc_fd_ref(grpc_fd *fd, const char *reason, const char *file, int line);
void grpc_fd_unref(grpc_fd *fd, const char *reason, const char *file, int line);