aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/subchannel.h
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-12-05 12:18:34 -0800
committerGravatar Yuchen Zeng <zyc@google.com>2017-12-05 12:18:34 -0800
commitc272dd73aad1273b70fbd038efb02d6f0e169b60 (patch)
tree2275f33d78180d96dee264cc1d305dbad100c7b7 /src/core/ext/filters/client_channel/subchannel.h
parent96311af518789adb7743bf63f735087680d460f9 (diff)
Add on_initiate callback for the send_ping tranport op
Diffstat (limited to 'src/core/ext/filters/client_channel/subchannel.h')
-rw-r--r--src/core/ext/filters/client_channel/subchannel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/subchannel.h b/src/core/ext/filters/client_channel/subchannel.h
index 1f326fc1d2..3916ea00ca 100644
--- a/src/core/ext/filters/client_channel/subchannel.h
+++ b/src/core/ext/filters/client_channel/subchannel.h
@@ -135,7 +135,8 @@ void grpc_connected_subchannel_notify_on_state_change(
grpc_closure* notify);
void grpc_connected_subchannel_ping(grpc_exec_ctx* exec_ctx,
grpc_connected_subchannel* channel,
- grpc_closure* notify);
+ grpc_closure* on_initiate,
+ grpc_closure* on_ack);
/** retrieve the grpc_connected_subchannel - or NULL if called before
the subchannel becomes connected */