summaryrefslogtreecommitdiffstats
path: root/fnet/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-15 13:34:25 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-15 13:34:25 +0000
commit6a9d1c46e44d8278ec28d12cf52115910310755f (patch)
tree3d0488cc400631778d2f59c8e8ed6ee3f92d1574 /fnet/src
parentb28df7ffea2feab8f8cf366d1370b98c460ae119 (diff)
Update with current size
Diffstat (limited to 'fnet/src')
-rw-r--r--fnet/src/tests/info/info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnet/src/tests/info/info.cpp b/fnet/src/tests/info/info.cpp
index 34b2e851ec7..74c09db99a3 100644
--- a/fnet/src/tests/info/info.cpp
+++ b/fnet/src/tests/info/info.cpp
@@ -73,7 +73,7 @@ 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(536u, sizeof(FNET_Connection));
+ EXPECT_EQUAL(480u, sizeof(FNET_Connection));
EXPECT_EQUAL(96u, sizeof(FNET_Cond));
EXPECT_EQUAL(56u, sizeof(FNET_DataBuffer));
EXPECT_EQUAL(24u, sizeof(FastOS_Time));