aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/frame_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport/chttp2/frame_settings.h')
-rw-r--r--src/core/transport/chttp2/frame_settings.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/transport/chttp2/frame_settings.h b/src/core/transport/chttp2/frame_settings.h
index 0ac68a9fa8..a04a28b7da 100644
--- a/src/core/transport/chttp2/frame_settings.h
+++ b/src/core/transport/chttp2/frame_settings.h
@@ -37,6 +37,7 @@
#include <grpc/support/port_platform.h>
#include <grpc/support/slice.h>
#include "src/core/transport/chttp2/frame.h"
+#include "src/core/iomgr/iomgr.h"
typedef enum {
GRPC_CHTTP2_SPS_ID0,
@@ -95,6 +96,7 @@ grpc_chttp2_parse_error grpc_chttp2_settings_parser_begin_frame(
gpr_uint32 *settings);
grpc_chttp2_parse_error grpc_chttp2_settings_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);
#endif /* GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_FRAME_SETTINGS_H */