aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-06-28 18:04:24 -0700
committerGravatar Noah Eisen <ncteisen@google.com>2018-07-06 15:34:54 -0700
commitafb982981944a4c1a4febece03315aea95192e6a (patch)
treea3a89be89498166421a6b26d90b91f7bf301c76f /gRPC-C++.podspec
parent252d3f3b460cf56db2e30d68e566a00cef0304eb (diff)
Fix the muddled linkeage of channelz
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 4d574fd4d6..57d58cc440 100644
--- a/gRPC-C++.podspec
+++ b/gRPC-C++.podspec
@@ -317,6 +317,7 @@ Pod::Spec.new do |s|
'src/core/ext/transport/chttp2/client/chttp2_connector.h',
'src/core/ext/filters/client_channel/backup_poller.h',
'src/core/ext/filters/client_channel/client_channel.h',
+ 'src/core/ext/filters/client_channel/client_channel_channelz.h',
'src/core/ext/filters/client_channel/client_channel_factory.h',
'src/core/ext/filters/client_channel/connector.h',
'src/core/ext/filters/client_channel/http_connect_handshaker.h',