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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transport/chttp2/frame_settings.h b/src/core/transport/chttp2/frame_settings.h
index 74e2b4fa22..dcb8b00ca1 100644
--- a/src/core/transport/chttp2/frame_settings.h
+++ b/src/core/transport/chttp2/frame_settings.h
@@ -86,7 +86,7 @@ extern const grpc_chttp2_setting_parameters
/* Create a settings frame by diffing old & new, and updating old to be new */
gpr_slice grpc_chttp2_settings_create(gpr_uint32 *old, const gpr_uint32 *new,
- size_t count);
+ gpr_uint32 force_mask, size_t count);
/* Create an ack settings frame */
gpr_slice grpc_chttp2_settings_ack_create();