aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-25 12:54:59 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-25 12:54:59 -0800
commit7ac6bf07a90ce8921c3b24aa69644c9d581cfeea (patch)
tree3a29d6c4ff285e3db5c439a96f217358b46f9112 /binding.gyp
parent253bd5016709f5a070ac792597ccf9f11cd29852 (diff)
Finish porting rough implementation of poll() event strategy
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
index ee2b361f14..18df012257 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -598,6 +598,7 @@
'src/core/iomgr/endpoint_pair_posix.c',
'src/core/iomgr/endpoint_pair_windows.c',
'src/core/iomgr/ev_poll_and_epoll_posix.c',
+ 'src/core/iomgr/ev_poll_posix.c',
'src/core/iomgr/ev_posix.c',
'src/core/iomgr/exec_ctx.c',
'src/core/iomgr/executor.c',