diff options
author | Yuchen Zeng <y-zeng@users.noreply.github.com> | 2017-10-30 14:47:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 14:47:24 -0700 |
commit | 9e6837d3978b35b267af319b95a2b0265d9c4c77 (patch) | |
tree | 01ae55538b4eb2f2a5b91511cc65ecde5a757600 /tools/doxygen | |
parent | 662ec97674dd0918f4db4c21f5f47038c535a9ba (diff) | |
parent | b16df7547149f42e32cfca3cf99280a2df3bb180 (diff) |
Merge pull request #12732 from y-zeng/connectivity_watcher
Client channel backup poller
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 b1a6b7038f..ee1c917e1b 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -907,6 +907,8 @@ src/core/ext/census/trace_string.h \ src/core/ext/census/tracing.cc \ src/core/ext/census/tracing.h \ src/core/ext/filters/client_channel/README.md \ +src/core/ext/filters/client_channel/backup_poller.cc \ +src/core/ext/filters/client_channel/backup_poller.h \ src/core/ext/filters/client_channel/channel_connectivity.cc \ src/core/ext/filters/client_channel/client_channel.cc \ src/core/ext/filters/client_channel/client_channel.h \ |