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 /tools/doxygen | |
parent | bf1eb38ced872c8edf973adaa52270cab1480c21 (diff) |
Retry throttling implementation.
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 10801254ef..1237bdfe3b 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -925,6 +925,8 @@ src/core/ext/client_channel/resolver_factory.c \ src/core/ext/client_channel/resolver_factory.h \ src/core/ext/client_channel/resolver_registry.c \ src/core/ext/client_channel/resolver_registry.h \ +src/core/ext/client_channel/retry_throttle.c \ +src/core/ext/client_channel/retry_throttle.h \ src/core/ext/client_channel/subchannel.c \ src/core/ext/client_channel/subchannel.h \ src/core/ext/client_channel/subchannel_index.c \ |