aboutsummaryrefslogtreecommitdiff
path: root/changes/bug9108
diff options
context:
space:
mode:
authorMarek Majkowski <marek@popcount.org>2013-06-20 16:56:54 +0100
committerMarek Majkowski <marek@popcount.org>2013-06-20 16:56:54 +0100
commit1555876d5f27acaa9326045e33b6e2bfc1013c7f (patch)
treee20e6c8074ba92ffb29c84b86fd1697c99f61772 /changes/bug9108
parentd7538b57b49669afef0cb3dd03e0ed1a118a98fd (diff)
downloadtor-1555876d5f27acaa9326045e33b6e2bfc1013c7f.tar
tor-1555876d5f27acaa9326045e33b6e2bfc1013c7f.tar.gz
Fix #9108 - make global_circuitlist a doubly linked list
Diffstat (limited to 'changes/bug9108')
-rw-r--r--changes/bug91083
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug9108 b/changes/bug9108
new file mode 100644
index 000000000..9d2d3d8b6
--- /dev/null
+++ b/changes/bug9108
@@ -0,0 +1,3 @@
+ o Code simplifications and refactoring:
+ - Make global_circuitlist data structure in circuitlist.c
+ a doubly-linked list. Bug #9108.