aboutsummaryrefslogtreecommitdiffstats
path: root/tests/llc/LlcTest.ok
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-08-21 18:07:47 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-08-21 19:02:18 +0200
commit257b630216f0dc702013ecc51ac680b5296ae898 (patch)
treed5bdd36e3fd70855074623d7d0f3532920a75c01 /tests/llc/LlcTest.ok
parente91bd3babd5c04a154f296607b401a5050dcba31 (diff)
llc: Add move_and_merge method to llc_queue
This methods takes all LLC frames from the old LLC queue and moves them into the current. If both queues are ordered chronologically (recv_time), the resulting queue is also ordered. Sponsored-by: On-Waves ehf
Diffstat (limited to 'tests/llc/LlcTest.ok')
-rw-r--r--tests/llc/LlcTest.ok2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/llc/LlcTest.ok b/tests/llc/LlcTest.ok
index 8a5f2354..311f37cd 100644
--- a/tests/llc/LlcTest.ok
+++ b/tests/llc/LlcTest.ok
@@ -2,3 +2,5 @@
=== end test_llc_queue ===
=== start test_llc_meta ===
=== end test_llc_meta ===
+=== start test_llc_merge ===
+=== end test_llc_merge ===