commit b71febcea809f154f65e6e00825724b3fbeccb10 parent 61cebb2035b8cfb2f84ab5e198742d0b29b41192 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 25 Mar 2019 15:08:36 -0400 changes file for control.c splitup Diffstat:
| A | changes/ticket29894 | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/ticket29894 b/changes/ticket29894 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Split up the control.c file into several submodules, in preparation + for distributing its current responsibilities throughout the codebase. + Closes ticket 29894.