diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2018-09-13 23:03:32 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2018-09-17 22:24:25 +0000 |
commit | 6af352172d3dbf1571c8cb62cd0a618f4e2355d1 (patch) | |
tree | 65e738ef94eeedef625eb626ab857a5dfdb2100f /src/or/rephist.h | |
parent | 2ceda207d3343f4a3d148ffb2e9543c39a3a97ee (diff) | |
download | tor-6af352172d3dbf1571c8cb62cd0a618f4e2355d1.tar.gz tor-6af352172d3dbf1571c8cb62cd0a618f4e2355d1.zip |
Bug 23512: Test recording bytes in circ queues.
Diffstat (limited to 'src/or/rephist.h')
-rw-r--r-- | src/or/rephist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h index c1fc7ef1aa..837bb8d043 100644 --- a/src/or/rephist.h +++ b/src/or/rephist.h @@ -117,6 +117,8 @@ extern uint32_t rephist_total_num; #ifdef TOR_UNIT_TESTS extern int onion_handshakes_requested[MAX_ONION_HANDSHAKE_TYPE+1]; extern int onion_handshakes_assigned[MAX_ONION_HANDSHAKE_TYPE+1]; +typedef struct bw_array_t bw_array_t; +extern bw_array_t *write_array; #endif #endif |