summaryrefslogtreecommitdiffstats
path: root/fnet/src/tests
diff options
context:
space:
mode:
authorHaavard <havardpe@yahoo-inc.com>2017-04-26 11:34:42 +0000
committerHaavard <havardpe@yahoo-inc.com>2017-04-26 14:57:04 +0000
commit678c6f5720bfdd55ab288572c336c5f3d67d3aae (patch)
tree0881f68de193fe0c185ef7f229a9bd6e4f1b4fe1 /fnet/src/tests
parent05e22e2759ef6230ccf541e8d92396bd857a2ed2 (diff)
use vespalib sockets in fnet
fixed bug: - handle execute command before checking IOC delete flag
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 16d9d548ebf..383a5d018b9 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(192u, sizeof(FNET_IOComponent));
EXPECT_EQUAL(32u, sizeof(FNET_Channel));
EXPECT_EQUAL(40u, sizeof(FNET_PacketQueue_NoLock));
- EXPECT_EQUAL(472u, sizeof(FNET_Connection));
+ EXPECT_EQUAL(480u, sizeof(FNET_Connection));
EXPECT_EQUAL(96u, sizeof(FastOS_Cond));
EXPECT_EQUAL(56u, sizeof(FNET_DataBuffer));
EXPECT_EQUAL(24u, sizeof(FastOS_Time));