aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2023-07-15 14:26:51 +0200
committerGitHub <noreply@github.com>2023-07-15 14:26:51 +0200
commit2bbde5bad3ca309141df7522da1b20bb0a506ec2 (patch)
tree65aab614537011e765042eb6c5738243adaab1ce /src/include/ndpi_typedefs.h
parent890f17788bb4295b466f70bf8cd4908fd60f2b30 (diff)
Fix compilation in CI jobs (#2048)
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r--src/include/ndpi_typedefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 0b2a879bb..9c1f353c6 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