summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-08-11 09:58:30 -0400
committerNick Mathewson <nickm@torproject.org>2015-08-12 11:02:20 -0400
commitb65d53519aa216232f81144bdfd33b19d2ec23dc (patch)
treecbd6fc73e200aca8a4dde8746f6656ec272d78bd /changes
parentda04fed865b6df09b33e6b632d51d34b3eb20d14 (diff)
downloadtor-b65d53519aa216232f81144bdfd33b19d2ec23dc.tar.gz
tor-b65d53519aa216232f81144bdfd33b19d2ec23dc.zip
Decouple the backend for directory_all_unreachable to simplify our CFG
See ticket 16762.
Diffstat (limited to 'changes')
-rw-r--r--changes/decouple_dir_all_unreachable4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/decouple_dir_all_unreachable b/changes/decouple_dir_all_unreachable
new file mode 100644
index 0000000000..1e57b3dfbd
--- /dev/null
+++ b/changes/decouple_dir_all_unreachable
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Simply the control graph further by deferring the inner body of
+ directory_all_unreachable() into a callback. Closes ticket
+ 16762. \ No newline at end of file