diff options
author | Mark D. Roth <roth@google.com> | 2018-12-20 10:10:19 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2018-12-20 10:10:19 -0800 |
commit | 09f57c17ee22e344adad9d81be5747305a02d33e (patch) | |
tree | 116d22f6ea59a4e9e1d28981e6dc9720589fb804 /gRPC-C++.podspec | |
parent | b96196f65586ea5832325314adb6f90df07aec51 (diff) |
Refactor request routing code out of client_channel.
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r-- | gRPC-C++.podspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec index f918fe8ad9..29a79dd47a 100644 --- a/gRPC-C++.podspec +++ b/gRPC-C++.podspec @@ -355,6 +355,7 @@ Pod::Spec.new do |s| 'src/core/ext/filters/client_channel/parse_address.h', 'src/core/ext/filters/client_channel/proxy_mapper.h', 'src/core/ext/filters/client_channel/proxy_mapper_registry.h', + 'src/core/ext/filters/client_channel/request_routing.h', 'src/core/ext/filters/client_channel/resolver.h', 'src/core/ext/filters/client_channel/resolver_factory.h', 'src/core/ext/filters/client_channel/resolver_registry.h', |