aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/frame_rst_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport/chttp2/frame_rst_stream.c')
-rw-r--r--src/core/transport/chttp2/frame_rst_stream.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/transport/chttp2/frame_rst_stream.c b/src/core/transport/chttp2/frame_rst_stream.c
index 67da245239..7cf8abe88f 100644
--- a/src/core/transport/chttp2/frame_rst_stream.c
+++ b/src/core/transport/chttp2/frame_rst_stream.c
@@ -72,7 +72,8 @@ grpc_chttp2_parse_error grpc_chttp2_rst_stream_parser_begin_frame(
grpc_chttp2_parse_error grpc_chttp2_rst_stream_parser_parse(
void *parser, grpc_chttp2_transport_parsing *transport_parsing,
- grpc_chttp2_stream_parsing *stream_parsing, gpr_slice slice, int is_last) {
+ grpc_chttp2_stream_parsing *stream_parsing, gpr_slice slice, int is_last,
+ grpc_call_list *call_list) {
gpr_uint8 *const beg = GPR_SLICE_START_PTR(slice);
gpr_uint8 *const end = GPR_SLICE_END_PTR(slice);
gpr_uint8 *cur = beg;