mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'morestats4' into morestats5
Conflicts: doc/tor.1.txt src/or/config.c src/or/connection.h src/or/control.c src/or/control.h src/or/or.h src/or/relay.c src/or/relay.h src/test/test.c
This commit is contained in:
@@ -56,9 +56,11 @@ test_cq_manip(void *arg)
|
||||
"once-ler lerkim, sed do barbaloot tempor gluppitus ut labore et "
|
||||
"truffula magna aliqua.",
|
||||
sizeof(cell.payload));
|
||||
cell_queue_append_packed_copy(&cq, &cell, 1 /*wide*/, 0 /*stats*/);
|
||||
cell_queue_append_packed_copy(NULL /*circ*/, &cq, 0 /*exitward*/, &cell,
|
||||
1 /*wide*/, 0 /*stats*/);
|
||||
cell.circ_id = 0x2013;
|
||||
cell_queue_append_packed_copy(&cq, &cell, 0 /*wide*/, 0 /*stats*/);
|
||||
cell_queue_append_packed_copy(NULL /*circ*/, &cq, 0 /*exitward*/, &cell,
|
||||
0 /*wide*/, 0 /*stats*/);
|
||||
tt_int_op(cq.n, ==, 2);
|
||||
|
||||
pc_tmp = cell_queue_pop(&cq);
|
||||
|
||||
Reference in New Issue
Block a user