aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-09-26 19:49:23 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-10-30 12:06:52 -0700
commit6a48dc544e4db970b19cf132019bcccb8eb92df1 (patch)
tree82a1b2cd2e2de95d11d20ac98401fc2a76c29779 /src/core
parent7269667f9e091445faa62f8ed96885dca4686487 (diff)
Remove c++ channel connectivity watcher
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ext/filters/client_channel/connectivity_watcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ext/filters/client_channel/connectivity_watcher.h b/src/core/ext/filters/client_channel/connectivity_watcher.h
index 89586dc736..e12d6c284a 100644
--- a/src/core/ext/filters/client_channel/connectivity_watcher.h
+++ b/src/core/ext/filters/client_channel/connectivity_watcher.h
@@ -23,6 +23,8 @@
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/iomgr/exec_ctx.h"
+/* Constantly watches client channel connectivity status to reconnect a
+ * transiently disconnected channel */
void grpc_client_channel_start_watching_connectivity(
grpc_exec_ctx* exec_ctx, grpc_channel_element* client_channel_elem,
grpc_channel_stack* channel_stack);