aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.m4
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-01 14:26:49 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-01 14:26:49 -0700
commitc610985aeb3931c53726e742707aa1a8b2fe84b9 (patch)
tree586cddcd4ed8380f659c681f9c5a4010553cffb0 /config.m4
parentb72a74ae039d666cf6cfc60477289c03dc5b5933 (diff)
parent50da5ec21d3d8be5e76b9809242821f9e5badba1 (diff)
Merge branch 'hiertune' into epex4+epoll1
Diffstat (limited to 'config.m4')
-rw-r--r--config.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index e6df153113..424d4bc314 100644
--- a/config.m4
+++ b/config.m4
@@ -108,8 +108,9 @@ if test "$PHP_GRPC" != "no"; then
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_epollex_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 \
@@ -264,6 +265,7 @@ if test "$PHP_GRPC" != "no"; then
src/core/tsi/fake_transport_security.c \
src/core/tsi/ssl_transport_security.c \
src/core/tsi/transport_security.c \
+ src/core/tsi/transport_security_adapter.c \
src/core/ext/transport/chttp2/server/chttp2_server.c \
src/core/ext/transport/chttp2/client/secure/secure_channel_create.c \
src/core/ext/filters/client_channel/channel_connectivity.c \