aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-29 09:37:52 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-29 09:37:52 -0700
commit08a1cf8f4fd747ab331393916bd5d9cc7f4804c1 (patch)
tree51f5d3fcd64e0552c0d6c74ee50fd8e979e9a0d3 /gRPC.podspec
parent4d74056b0806f68397111dc2b16f56386339b8e0 (diff)
Use connectivity state tracking code in chttp2 transport
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index ed82732bd8..a292056d56 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -154,7 +154,6 @@ Pod::Spec.new do |s|
'src/core/channel/channel_stack.h',
'src/core/channel/client_channel.h',
'src/core/channel/connected_channel.h',
- 'src/core/channel/connectivity_state.h',
'src/core/channel/context.h',
'src/core/channel/http_client_filter.h',
'src/core/channel/http_server_filter.h',
@@ -239,6 +238,7 @@ Pod::Spec.new do |s|
'src/core/transport/chttp2/timeout_encoding.h',
'src/core/transport/chttp2/varint.h',
'src/core/transport/chttp2_transport.h',
+ 'src/core/transport/connectivity_state.h',
'src/core/transport/metadata.h',
'src/core/transport/stream_op.h',
'src/core/transport/transport.h',
@@ -279,7 +279,6 @@ Pod::Spec.new do |s|
'src/core/channel/channel_stack.c',
'src/core/channel/client_channel.c',
'src/core/channel/connected_channel.c',
- 'src/core/channel/connectivity_state.c',
'src/core/channel/http_client_filter.c',
'src/core/channel/http_server_filter.c',
'src/core/channel/noop_filter.c',
@@ -377,6 +376,7 @@ Pod::Spec.new do |s|
'src/core/transport/chttp2/varint.c',
'src/core/transport/chttp2/writing.c',
'src/core/transport/chttp2_transport.c',
+ 'src/core/transport/connectivity_state.c',
'src/core/transport/metadata.c',
'src/core/transport/stream_op.c',
'src/core/transport/transport.c',
@@ -412,7 +412,6 @@ Pod::Spec.new do |s|
'src/core/channel/channel_stack.h',
'src/core/channel/client_channel.h',
'src/core/channel/connected_channel.h',
- 'src/core/channel/connectivity_state.h',
'src/core/channel/context.h',
'src/core/channel/http_client_filter.h',
'src/core/channel/http_server_filter.h',
@@ -497,6 +496,7 @@ Pod::Spec.new do |s|
'src/core/transport/chttp2/timeout_encoding.h',
'src/core/transport/chttp2/varint.h',
'src/core/transport/chttp2_transport.h',
+ 'src/core/transport/connectivity_state.h',
'src/core/transport/metadata.h',
'src/core/transport/stream_op.h',
'src/core/transport/transport.h',