From 48cb07c9096250374d8d9288452195cd9b90ce16 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 15 Jul 2015 16:16:15 -0700 Subject: Client connectivity API Initial plumbing work; needs tests and more client_channel implementation. --- gRPC.podspec | 1 + 1 file changed, 1 insertion(+) (limited to 'gRPC.podspec') 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', -- cgit v1.2.3