aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-05 17:33:44 +0000
committerGravatar Craig Tiller <ctiller@google.com>2017-05-05 17:33:44 +0000
commit18545a3e6a48a4b15b6be52f2fbec4df071544b6 (patch)
tree258371f35329897f0fc943b2f38ba6f5d1a99e24 /src/python
parent6c8383af699211963debb76e2f96dee09497c26a (diff)
parent9739a2a54dad8cd7f88566ca2819a74d2def81ec (diff)
Merge branch 'epoll_thread_pool' of github.com:sreecha/grpc into uberpoll
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio/grpc_core_dependencies.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py
index b81e7dd7a2..c7c341fee7 100644
--- a/src/python/grpcio/grpc_core_dependencies.py
+++ b/src/python/grpcio/grpc_core_dependencies.py
@@ -98,6 +98,8 @@ CORE_SOURCE_FILES = [
'src/core/lib/iomgr/endpoint_pair_windows.c',
'src/core/lib/iomgr/error.c',
'src/core/lib/iomgr/ev_epoll1_linux.c',
+ 'src/core/lib/iomgr/ev_epoll_linux.c',
+ 'src/core/lib/iomgr/ev_epoll_thread_pool_linux.c',
'src/core/lib/iomgr/ev_epollex_linux.c',
'src/core/lib/iomgr/ev_epollsig_linux.c',
'src/core/lib/iomgr/ev_poll_posix.c',