summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorQiuwen Lu <[email protected]>2016-11-06 20:41:43 +0800
committerQiuwen Lu <[email protected]>2016-11-06 20:41:43 +0800
commit1ab83329c1f6a55c486449328b5cc92a37934a9e (patch)
tree8291cd24f4a3718b5f7fc04c2e6bb3ccc2120c26 /test
parent7ac79fc50745c1b551c38883b81078c0391e1b5a (diff)
完成协议栈ARP报文的处理流程
Diffstat (limited to 'test')
-rw-r--r--test/TestStackNeigh.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TestStackNeigh.cc b/test/TestStackNeigh.cc
index 711c101..43bd9ae 100644
--- a/test/TestStackNeigh.cc
+++ b/test/TestStackNeigh.cc
@@ -14,7 +14,7 @@ protected:
virtual void SetUp()
{
int ret = neighbour_mamanger_init(&nbl_object_, "TestNeighbour",
- 1024, 8, 0, 0);
+ 1024, 8, 0);
ASSERT_EQ(ret, 0);
}