aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-10-08 10:22:36 -0700
committerGravatar GitHub <noreply@github.com>2018-10-08 10:22:36 -0700
commit62a16fb45a7a01ca0e06b75184c5935b3d35ca2b (patch)
tree9ba70cc3081be06923661468ab225815290f437d /src/core
parentd1b5efdef7f64f203e6ecd97c14c1357bb176a67 (diff)
parent8925f65b75cb4f7c3f4d9432d7a2f7ae590130cc (diff)
Merge pull request #16795 from yashykt/disable_error_tracking
Disable error tracking until Fathom changes are commited
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/iomgr/port.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/port.h b/src/core/lib/iomgr/port.h
index c8046b21dc..bf56a7298d 100644
--- a/src/core/lib/iomgr/port.h
+++ b/src/core/lib/iomgr/port.h
@@ -62,7 +62,8 @@
#define GRPC_HAVE_UNIX_SOCKET 1
#ifdef LINUX_VERSION_CODE
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)
-#define GRPC_LINUX_ERRQUEUE 1
+/* TODO(yashykt): Re-enable once Fathom changes are commited.
+#define GRPC_LINUX_ERRQUEUE 1 */
#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) */
#endif /* LINUX_VERSION_CODE */
#define GRPC_LINUX_MULTIPOLL_WITH_EPOLL 1