aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-27 10:15:51 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-27 10:15:51 -0700
commitc67cc999e35061873b4ba8bd72ebfb4ff8b7c0b6 (patch)
tree6facc13814f27650a8fc7c4f3600869e1c9b2ee0 /binding.gyp
parent15fda75e1cdb530cc7ba0d764bdef9f27c1cabf0 (diff)
Initial fork for singleton epoll poller
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/binding.gyp b/binding.gyp
index 7974a7eb04..70538f9b43 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -672,7 +672,8 @@
'src/core/lib/iomgr/endpoint_pair_uv.c',
'src/core/lib/iomgr/endpoint_pair_windows.c',
'src/core/lib/iomgr/error.c',
- 'src/core/lib/iomgr/ev_epoll_linux.c',
+ 'src/core/lib/iomgr/ev_epoll1_linux.c',
+ 'src/core/lib/iomgr/ev_epollsig_linux.c',
'src/core/lib/iomgr/ev_poll_posix.c',
'src/core/lib/iomgr/ev_posix.c',
'src/core/lib/iomgr/exec_ctx.c',