aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-12-07 12:41:51 -0800
committerGravatar Mark D. Roth <roth@google.com>2018-12-07 12:41:51 -0800
commitdedff37b4f569e888836b0cf92a9d6de2ddec326 (patch)
treef4640b9fd8893b735a790aa69e1a6bfbedcabc6f /gRPC-C++.podspec
parent680a3546815d564fca8f2abe0cae441e78c25798 (diff)
Allow encoding arbitrary channel args on a per-address basis.
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r--gRPC-C++.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec
index e939bead1b..30fcb51ee1 100644
--- a/gRPC-C++.podspec
+++ b/gRPC-C++.podspec
@@ -356,6 +356,7 @@ Pod::Spec.new do |s|
'src/core/ext/filters/client_channel/resolver_registry.h',
'src/core/ext/filters/client_channel/resolver_result_parsing.h',
'src/core/ext/filters/client_channel/retry_throttle.h',
+ 'src/core/ext/filters/client_channel/server_address.h',
'src/core/ext/filters/client_channel/subchannel.h',
'src/core/ext/filters/client_channel/subchannel_index.h',
'src/core/ext/filters/deadline/deadline_filter.h',