commit b71febcea809f154f65e6e00825724b3fbeccb10 Author: Nick Mathewson nickm@torproject.org Date: Mon Mar 25 15:08:36 2019 -0400
changes file for control.c splitup --- changes/ticket29894 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/ticket29894 b/changes/ticket29894 new file mode 100644 index 000000000..6392598ec --- /dev/null +++ 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.