diff options
author | Mark D. Roth <roth@google.com> | 2017-02-23 08:58:42 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-02-23 08:58:42 -0800 |
commit | d6d192d00591ba278115e73d264f279fe248d544 (patch) | |
tree | 5c69a5a5cc49c54da3bbcf0ce8d3c6ec2e74c344 /BUILD | |
parent | bf1eb38ced872c8edf973adaa52270cab1480c21 (diff) |
Retry throttling implementation.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -692,6 +692,7 @@ grpc_cc_library( "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", @@ -712,6 +713,7 @@ grpc_cc_library( "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", |