diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-27 09:02:47 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-27 09:02:47 -0700 |
commit | a6e022f98f157ff938fbfb90b5666eab83579cd2 (patch) | |
tree | 16ef4fc47db6d17022475d96728ceacfff578617 /src/python/grpcio/grpc_core_dependencies.py | |
parent | e010fb7d9e1b210a6d74ab4533876aae80543dd0 (diff) | |
parent | 0c75c11f96ea14a4d53e24f3524e2fa126e1892a (diff) |
Merge github.com:grpc/grpc into %s
Diffstat (limited to 'src/python/grpcio/grpc_core_dependencies.py')
-rw-r--r-- | src/python/grpcio/grpc_core_dependencies.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py index 839c555f05..ea4d17351c 100644 --- a/src/python/grpcio/grpc_core_dependencies.py +++ b/src/python/grpcio/grpc_core_dependencies.py @@ -94,6 +94,7 @@ CORE_SOURCE_FILES = [ 'src/core/lib/iomgr/endpoint_pair_posix.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_poll_and_epoll_posix.c', 'src/core/lib/iomgr/ev_poll_posix.c', 'src/core/lib/iomgr/ev_posix.c', |