aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-10-05 13:15:49 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-10-30 12:06:52 -0700
commitf8ed4fa7f4b516d98daeefb0459ce1b175baa7e3 (patch)
treea0264a2649c5f0542e50e61806a336dbf9afacd2 /src
parent6a48dc544e4db970b19cf132019bcccb8eb92df1 (diff)
convert connectivity_watcher to cpp file
Diffstat (limited to 'src')
-rw-r--r--src/core/ext/filters/client_channel/connectivity_watcher.cc (renamed from src/core/ext/filters/client_channel/connectivity_watcher.c)0
-rw-r--r--src/python/grpcio/grpc_core_dependencies.py3
2 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/connectivity_watcher.c b/src/core/ext/filters/client_channel/connectivity_watcher.cc
index da45929f26..da45929f26 100644
--- a/src/core/ext/filters/client_channel/connectivity_watcher.c
+++ b/src/core/ext/filters/client_channel/connectivity_watcher.cc
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py
index 467b13f22b..44a4f0401a 100644
--- a/src/python/grpcio/grpc_core_dependencies.py
+++ b/src/python/grpcio/grpc_core_dependencies.py
@@ -255,10 +255,11 @@ CORE_SOURCE_FILES = [
'src/core/ext/transport/chttp2/server/chttp2_server.cc',
'src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc',
'src/core/ext/filters/client_channel/channel_connectivity.cc',
+ 'src/core/ext/filters/client_channel/channel_connectivity_internal.cc',
'src/core/ext/filters/client_channel/client_channel.cc',
'src/core/ext/filters/client_channel/client_channel_factory.cc',
'src/core/ext/filters/client_channel/client_channel_plugin.cc',
- 'src/core/ext/filters/client_channel/connectivity_watcher.c',
+ 'src/core/ext/filters/client_channel/connectivity_watcher.cc',
'src/core/ext/filters/client_channel/connector.cc',
'src/core/ext/filters/client_channel/http_connect_handshaker.cc',
'src/core/ext/filters/client_channel/http_proxy.cc',