aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-25 13:18:22 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-25 13:18:22 -0700
commit819cd88bd7e95092f6f46fada403f86fc0dcacec (patch)
treea4834d641d30bab37ed9f8aab571f0dc2ec2e360 /BUILD
parent56fcfa8238b930b9b8579744e39601543cda6f2b (diff)
Allow EPOLLEXCLUSIVE tests to be omitted outside of CI
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index b3ad629272..5944095b35 100644
--- a/BUILD
+++ b/BUILD
@@ -463,6 +463,7 @@ grpc_cc_library(
"src/core/lib/iomgr/error.c",
"src/core/lib/iomgr/ev_epoll_linux.c",
"src/core/lib/iomgr/ev_epollex_linux.c",
+ "src/core/lib/iomgr/is_epollexclusive_available.c",
"src/core/lib/iomgr/ev_poll_posix.c",
"src/core/lib/iomgr/ev_posix.c",
"src/core/lib/iomgr/exec_ctx.c",
@@ -586,6 +587,8 @@ grpc_cc_library(
"src/core/lib/iomgr/error_internal.h",
"src/core/lib/iomgr/ev_epoll_linux.h",
"src/core/lib/iomgr/ev_epollex_linux.h",
+ "src/core/lib/iomgr/is_epollexclusive_available.h",
+ "src/core/lib/iomgr/sys_epoll_wrapper.h",
"src/core/lib/iomgr/ev_poll_posix.h",
"src/core/lib/iomgr/ev_posix.h",
"src/core/lib/iomgr/exec_ctx.h",