aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/http_connect_handshaker.cc
diff options
context:
space:
mode:
authorGravatar yihuaz <yihuaz@google.com>2018-10-05 09:33:56 -0700
committerGravatar GitHub <noreply@github.com>2018-10-05 09:33:56 -0700
commit285d4ef1be44a15235b734a1e476fb8af4d71c79 (patch)
tree5dadd8e8ce7da42cfa349b7c5799f461a0b0a8d0 /src/core/ext/filters/client_channel/http_connect_handshaker.cc
parent291fa1022ac576fb2bca02076c4819f39c259182 (diff)
Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""
Diffstat (limited to 'src/core/ext/filters/client_channel/http_connect_handshaker.cc')
-rw-r--r--src/core/ext/filters/client_channel/http_connect_handshaker.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ext/filters/client_channel/http_connect_handshaker.cc b/src/core/ext/filters/client_channel/http_connect_handshaker.cc
index 7ce8da8c00..bfabc68c66 100644
--- a/src/core/ext/filters/client_channel/http_connect_handshaker.cc
+++ b/src/core/ext/filters/client_channel/http_connect_handshaker.cc
@@ -351,6 +351,7 @@ static grpc_handshaker* grpc_http_connect_handshaker_create() {
static void handshaker_factory_add_handshakers(
grpc_handshaker_factory* factory, const grpc_channel_args* args,
+ grpc_pollset_set* interested_parties,
grpc_handshake_manager* handshake_mgr) {
grpc_handshake_manager_add(handshake_mgr,
grpc_http_connect_handshaker_create());