diff options
author | Mark D. Roth <roth@google.com> | 2017-09-01 09:00:06 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-09-01 09:00:06 -0700 |
commit | 764cf04a13958d72db5a22eb4bbb9370e00777f5 (patch) | |
tree | 28f265c5458bb537688a1e81535877e2926deb52 /grpc.gemspec | |
parent | c928cfee2b94a99747f97ff8c5fb09277a1352b7 (diff) |
Revert "Revert "Implement call combiner""
This reverts commit bf19961d0a49b43cb528392efeb4880eeebb9b5e.
Diffstat (limited to 'grpc.gemspec')
-rw-r--r-- | grpc.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 2b41f13469..61376b8165 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -266,6 +266,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/http/format_request.h ) s.files += %w( src/core/lib/http/httpcli.h ) s.files += %w( src/core/lib/http/parser.h ) + s.files += %w( src/core/lib/iomgr/call_combiner.h ) s.files += %w( src/core/lib/iomgr/closure.h ) s.files += %w( src/core/lib/iomgr/combiner.h ) s.files += %w( src/core/lib/iomgr/endpoint.h ) @@ -420,6 +421,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/http/format_request.c ) s.files += %w( src/core/lib/http/httpcli.c ) s.files += %w( src/core/lib/http/parser.c ) + s.files += %w( src/core/lib/iomgr/call_combiner.c ) s.files += %w( src/core/lib/iomgr/closure.c ) s.files += %w( src/core/lib/iomgr/combiner.c ) s.files += %w( src/core/lib/iomgr/endpoint.c ) |