From f1eeba4aee1020625205ccf5223128ad8f68265b Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 3 Oct 2016 14:16:37 +0000 Subject: Handle variations to alignment smoother. --- fnet/src/tests/info/info.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnet') diff --git a/fnet/src/tests/info/info.cpp b/fnet/src/tests/info/info.cpp index 284be22db63..34b2e851ec7 100644 --- a/fnet/src/tests/info/info.cpp +++ b/fnet/src/tests/info/info.cpp @@ -73,9 +73,9 @@ TEST("size of important objects") EXPECT_EQUAL(184u, sizeof(FNET_IOComponent)); EXPECT_EQUAL(32u, sizeof(FNET_Channel)); EXPECT_EQUAL(40u, sizeof(FNET_PacketQueue_NoLock)); - EXPECT_EQUAL(512u, sizeof(FNET_Connection)); + EXPECT_EQUAL(536u, sizeof(FNET_Connection)); EXPECT_EQUAL(96u, sizeof(FNET_Cond)); - EXPECT_EQUAL(48u, sizeof(FNET_DataBuffer)); + EXPECT_EQUAL(56u, sizeof(FNET_DataBuffer)); EXPECT_EQUAL(24u, sizeof(FastOS_Time)); EXPECT_EQUAL(8u, sizeof(FNET_Context)); EXPECT_EQUAL(8u, sizeof(fastos::TimeStamp)); -- cgit v1.2.3