summaryrefslogtreecommitdiffstats
path: root/fnet
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-10-03 14:16:37 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-10-03 16:52:39 +0000
commitf1eeba4aee1020625205ccf5223128ad8f68265b (patch)
tree02bbe562c1e1c4d4f76e9037a05daf363953f446 /fnet
parent468fc26fb7f543f4d55e18d381848920047daf75 (diff)
Handle variations to alignment smoother.
Diffstat (limited to 'fnet')
-rw-r--r--fnet/src/tests/info/info.cpp4
1 files changed, 2 insertions, 2 deletions
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));