diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-25 18:54:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-25 18:54:17 -0400 |
commit | 3a643078c1eda04e5db3e366a881b4edcf29b00a (patch) | |
tree | a4387127f7cba22bafa34eb0d473bf76ce7480f5 /changes | |
parent | 5fe05de4febc4b17a7f184932ea6cea3e766dbc8 (diff) | |
download | tor-3a643078c1eda04e5db3e366a881b4edcf29b00a.tar.gz tor-3a643078c1eda04e5db3e366a881b4edcf29b00a.zip |
Changes file for splitting router.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket_27864 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket_27864 b/changes/ticket_27864 new file mode 100644 index 0000000000..cf144101d2 --- /dev/null +++ b/changes/ticket_27864 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Split the router.c file into relay-only and shared components, + to help with future modularization. Closes ticket 27864. |