aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-02-23 08:58:42 -0800
committerGravatar Mark D. Roth <roth@google.com>2017-02-23 08:58:42 -0800
commitd6d192d00591ba278115e73d264f279fe248d544 (patch)
tree5c69a5a5cc49c54da3bbcf0ce8d3c6ec2e74c344 /BUILD
parentbf1eb38ced872c8edf973adaa52270cab1480c21 (diff)
Retry throttling implementation.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 9fee908572..2df30b8180 100644
--- a/BUILD
+++ b/BUILD
@@ -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",