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 /tools/doxygen | |
parent | c9ff208cc9a1179861157de90bef891050b7f756 (diff) | |
parent | 693d2b48abd180c871aaf7ef0cf9b521d17196f8 (diff) |
Merge pull request #9850 from markdroth/retry_throttle
Retry throttling implementation.
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 8922363098..eb1c42debb 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -929,6 +929,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 \ @@ -1235,6 +1237,7 @@ src/core/lib/slice/slice_string_helpers.h \ src/core/lib/support/alloc.c \ src/core/lib/support/arena.c \ src/core/lib/support/arena.h \ +src/core/lib/support/atm.c \ src/core/lib/support/avl.c \ src/core/lib/support/backoff.c \ src/core/lib/support/backoff.h \ |