aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.w32
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 /config.w32
parent6a48dc544e4db970b19cf132019bcccb8eb92df1 (diff)
convert connectivity_watcher to cpp file
Diffstat (limited to 'config.w32')
-rw-r--r--config.w323
1 files changed, 2 insertions, 1 deletions
diff --git a/config.w32 b/config.w32
index 75a83e2414..0db7620b30 100644
--- a/config.w32
+++ b/config.w32
@@ -256,10 +256,11 @@ if (PHP_GRPC != "no") {
"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 " +