diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-25 15:08:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-25 15:08:36 -0400 |
commit | b71febcea809f154f65e6e00825724b3fbeccb10 (patch) | |
tree | 838b4758d0128fcd666d161098c12153485b6376 /changes/ticket29894 | |
parent | 61cebb2035b8cfb2f84ab5e198742d0b29b41192 (diff) | |
download | tor-b71febcea809f154f65e6e00825724b3fbeccb10.tar.gz tor-b71febcea809f154f65e6e00825724b3fbeccb10.zip |
changes file for control.c splitup
Diffstat (limited to 'changes/ticket29894')
-rw-r--r-- | changes/ticket29894 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |