summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-02 13:06:47 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-02 13:12:06 -0500
commitef0559c3e318f16e9617dd8176c86230efe67777 (patch)
tree9e38c34225d5788c959f055a0762412f9918a782 /changes
parent97ed2ce08560d1446c175a4a2e025762a1424e9a (diff)
downloadtor-ef0559c3e318f16e9617dd8176c86230efe67777.tar.gz
tor-ef0559c3e318f16e9617dd8176c86230efe67777.zip
Extract global_origin_circuit_list manipulation code into new fns.
Closes ticket 20921.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket209214
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket20921 b/changes/ticket20921
new file mode 100644
index 0000000000..7bc0074fdb
--- /dev/null
+++ b/changes/ticket20921
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Refactor code to manipulate global_origin_circuit_list into separate
+ functions. Closes ticket 20921.
+