Experimentally decouple the main body of circuit_mark_for_close

This commit is contained in:
Nick Mathewson
2015-10-02 17:55:25 +02:00
parent 0ead9a58b9
commit 8b4e5b7ee9
3 changed files with 71 additions and 20 deletions
+6
View File
@@ -0,0 +1,6 @@
o Code simplification and refactoring:
- Extract the more complicated parts of circuit_mark_for_close into
a new function run periodically before connections are freed.
This change removes more than half of the functions currently
in the "blob".
Closes ticket #17218.