aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorNardi Ivan <nardi.ivan@gmail.com>2022-10-04 19:14:41 +0200
committerToni <matzeton@googlemail.com>2022-10-04 22:17:05 +0200
commitcca585053e86b70b86c12296531a882847e8dd87 (patch)
tree745017963364ee83578783974cdecb21cc326ccb /src/include
parent131d53896f41d9be4de77907631bed82d0b79e63 (diff)
Fix compilation and sync utests results
Diffstat (limited to 'src/include')
-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 a8b270b6d..b0bff8bb1 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -1572,8 +1572,8 @@ struct ndpi_flow_struct {
_Static_assert(sizeof(((struct ndpi_flow_struct *)0)->protos) <= 200,
"Size of the struct member protocols increased to more than 200 bytes, "
"please check if this change is necessary.");
-_Static_assert(sizeof(struct ndpi_flow_struct) <= 904,
- "Size of the flow struct increased to more than 904 bytes, "
+_Static_assert(sizeof(struct ndpi_flow_struct) <= 920,
+ "Size of the flow struct increased to more than 920 bytes, "
"please check if this change is necessary.");
#endif
#endif