aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-15 16:16:15 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-15 16:16:15 -0700
commit48cb07c9096250374d8d9288452195cd9b90ce16 (patch)
tree491694b3c3dabbab982ec3714ecfd29cc781171f /gRPC.podspec
parent3e5d61670e23b040ed47b2df1e4c87ee2cfec4aa (diff)
Client connectivity API
Initial plumbing work; needs tests and more client_channel implementation.
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index 34fbccf4e7..0dab803cbb 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -349,6 +349,7 @@ Pod::Spec.new do |s|
'src/core/surface/call_details.c',
'src/core/surface/call_log_batch.c',
'src/core/surface/channel.c',
+ 'src/core/surface/channel_connectivity.c',
'src/core/surface/channel_create.c',
'src/core/surface/completion_queue.c',
'src/core/surface/event_string.c',