diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-11 09:58:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-12 11:02:20 -0400 |
commit | b65d53519aa216232f81144bdfd33b19d2ec23dc (patch) | |
tree | cbd6fc73e200aca8a4dde8746f6656ec272d78bd /changes | |
parent | da04fed865b6df09b33e6b632d51d34b3eb20d14 (diff) | |
download | tor-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_unreachable | 4 |
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 |