From b71febcea809f154f65e6e00825724b3fbeccb10 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 25 Mar 2019 15:08:36 -0400 Subject: [PATCH] changes file for control.c splitup --- changes/ticket29894 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket29894 diff --git a/changes/ticket29894 b/changes/ticket29894 new file mode 100644 index 0000000000..6392598ec6 --- /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.