Decouple the backend for directory_all_unreachable to simplify our CFG

See ticket 16762.
This commit is contained in:
Nick Mathewson
2015-08-11 09:58:30 -04:00
parent da04fed865
commit b65d53519a
2 changed files with 38 additions and 10 deletions
+4
View File
@@ -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.