aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.m4
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-08-25 09:05:04 -0700
committerGravatar GitHub <noreply@github.com>2017-08-25 09:05:04 -0700
commitff4f2db4b978ea7264a4ab94711667456d017ed8 (patch)
tree6e3e68a0a68e9e499fc334ac48a00162265369a4 /config.m4
parent2921e1ea7dbf423c3d17eea89363b63ae1adacae (diff)
parent76e264b8dfa260090c2d545c9c6f1a35c5f50def (diff)
Merge pull request #11566 from markdroth/call_combiner
Implement call combiner
Diffstat (limited to 'config.m4')
-rw-r--r--config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config.m4 b/config.m4
index f6f8531b2f..3e8328b7b9 100644
--- a/config.m4
+++ b/config.m4
@@ -99,6 +99,7 @@ if test "$PHP_GRPC" != "no"; then
src/core/lib/http/format_request.c \
src/core/lib/http/httpcli.c \
src/core/lib/http/parser.c \
+ src/core/lib/iomgr/call_combiner.c \
src/core/lib/iomgr/closure.c \
src/core/lib/iomgr/combiner.c \
src/core/lib/iomgr/endpoint.c \