diff options
author | Mark D. Roth <roth@google.com> | 2017-03-21 13:40:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-21 13:40:20 -0700 |
commit | 62d1dd920e15798a8a338aa5553cc592d91631c0 (patch) | |
tree | 95baeb01306fa8d2aeb9514181215b56b72cf3a0 /gRPC-Core.podspec | |
parent | c9ff208cc9a1179861157de90bef891050b7f756 (diff) | |
parent | 693d2b48abd180c871aaf7ef0cf9b521d17196f8 (diff) |
Merge pull request #9850 from markdroth/retry_throttle
Retry throttling implementation.
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r-- | gRPC-Core.podspec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec index 2444ffa57a..899946a90a 100644 --- a/gRPC-Core.podspec +++ b/gRPC-Core.podspec @@ -213,6 +213,7 @@ Pod::Spec.new do |s| 'src/core/lib/profiling/stap_timers.c', 'src/core/lib/support/alloc.c', 'src/core/lib/support/arena.c', + 'src/core/lib/support/atm.c', 'src/core/lib/support/avl.c', 'src/core/lib/support/backoff.c', 'src/core/lib/support/cmdline.c', @@ -421,6 +422,7 @@ Pod::Spec.new do |s| 'src/core/ext/client_channel/resolver.h', 'src/core/ext/client_channel/resolver_factory.h', 'src/core/ext/client_channel/resolver_registry.h', + 'src/core/ext/client_channel/retry_throttle.h', 'src/core/ext/client_channel/subchannel.h', 'src/core/ext/client_channel/subchannel_index.h', 'src/core/ext/client_channel/uri_parser.h', @@ -643,6 +645,7 @@ Pod::Spec.new do |s| 'src/core/ext/client_channel/resolver.c', 'src/core/ext/client_channel/resolver_factory.c', 'src/core/ext/client_channel/resolver_registry.c', + 'src/core/ext/client_channel/retry_throttle.c', 'src/core/ext/client_channel/subchannel.c', 'src/core/ext/client_channel/subchannel_index.c', 'src/core/ext/client_channel/uri_parser.c', @@ -861,6 +864,7 @@ Pod::Spec.new do |s| 'src/core/ext/client_channel/resolver.h', 'src/core/ext/client_channel/resolver_factory.h', 'src/core/ext/client_channel/resolver_registry.h', + 'src/core/ext/client_channel/retry_throttle.h', 'src/core/ext/client_channel/subchannel.h', 'src/core/ext/client_channel/subchannel_index.h', 'src/core/ext/client_channel/uri_parser.h', |