From 686fbf2131c8a5a2c801ef5c83a5377e287804e3 Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Sat, 15 Jul 2023 09:06:50 +0200 Subject: [PATCH] Fix compilation in CI jobs --- src/include/ndpi_typedefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 0b2a879bb83..9c1f353c67c 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1678,8 +1678,8 @@ struct ndpi_flow_struct { _Static_assert(sizeof(((struct ndpi_flow_struct *)0)->protos) <= 210, "Size of the struct member protocols increased to more than 210 bytes, " "please check if this change is necessary."); -_Static_assert(sizeof(struct ndpi_flow_struct) <= 960, - "Size of the flow struct increased to more than 952 bytes, " +_Static_assert(sizeof(struct ndpi_flow_struct) <= 968, + "Size of the flow struct increased to more than 968 bytes, " "please check if this change is necessary."); #endif #endif