summaryrefslogtreecommitdiffstats
path: root/fnet/src/tests
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-08-31 14:41:39 +0200
committerHenning Baldersheim <balder@oath.com>2018-08-31 14:41:39 +0200
commitfcb7879d82904fd86a6773c3b22bba2c31fd5b94 (patch)
treeee6b632ad163748417c954de6441455f2ede9bf9 /fnet/src/tests
parent9724fa1edc8cab44d7ecc652ec36b4c859fabe31 (diff)
Remove use and implementation of directwrite option
Diffstat (limited to 'fnet/src/tests')
-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 cd0364cad6f..f22c1402437 100644
--- a/fnet/src/tests/info/info.cpp
+++ b/fnet/src/tests/info/info.cpp
@@ -70,10 +70,10 @@ TEST("info") {
TEST("size of important objects")
{
- EXPECT_EQUAL(184u, sizeof(FNET_IOComponent));
+ EXPECT_EQUAL(176u, sizeof(FNET_IOComponent));
EXPECT_EQUAL(32u, sizeof(FNET_Channel));
EXPECT_EQUAL(40u, sizeof(FNET_PacketQueue_NoLock));
- EXPECT_EQUAL(488u, sizeof(FNET_Connection));
+ EXPECT_EQUAL(480u, sizeof(FNET_Connection));
EXPECT_EQUAL(48u, sizeof(std::condition_variable));
EXPECT_EQUAL(56u, sizeof(FNET_DataBuffer));
EXPECT_EQUAL(24u, sizeof(FastOS_Time));