diff options
author | Marek Majkowski <marek@popcount.org> | 2013-06-20 16:56:54 +0100 |
---|---|---|
committer | Marek Majkowski <marek@popcount.org> | 2013-06-20 16:56:54 +0100 |
commit | 1555876d5f27acaa9326045e33b6e2bfc1013c7f (patch) | |
tree | e20e6c8074ba92ffb29c84b86fd1697c99f61772 /src/or/onion.c | |
parent | d7538b57b49669afef0cb3dd03e0ed1a118a98fd (diff) | |
download | tor-1555876d5f27acaa9326045e33b6e2bfc1013c7f.tar.gz tor-1555876d5f27acaa9326045e33b6e2bfc1013c7f.zip |
Fix #9108 - make global_circuitlist a doubly linked list
Diffstat (limited to 'src/or/onion.c')
-rw-r--r-- | src/or/onion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/onion.c b/src/or/onion.c index d4a65022fc..5542854cf7 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -21,7 +21,6 @@ #include "relay.h" #include "rephist.h" #include "router.h" -#include "tor_queue.h" /** Type for a linked list of circuits that are waiting for a free CPU worker * to process a waiting onion handshake. */ |