diff options
author | Mark D. Roth <roth@google.com> | 2017-08-25 09:05:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-25 09:05:04 -0700 |
commit | ff4f2db4b978ea7264a4ab94711667456d017ed8 (patch) | |
tree | 6e3e68a0a68e9e499fc334ac48a00162265369a4 /config.m4 | |
parent | 2921e1ea7dbf423c3d17eea89363b63ae1adacae (diff) | |
parent | 76e264b8dfa260090c2d545c9c6f1a35c5f50def (diff) |
Merge pull request #11566 from markdroth/call_combiner
Implement call combiner
Diffstat (limited to 'config.m4')
-rw-r--r-- | config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |