summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-25 18:54:17 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-25 18:54:17 -0400
commit3a643078c1eda04e5db3e366a881b4edcf29b00a (patch)
treea4387127f7cba22bafa34eb0d473bf76ce7480f5 /changes
parent5fe05de4febc4b17a7f184932ea6cea3e766dbc8 (diff)
downloadtor-3a643078c1eda04e5db3e366a881b4edcf29b00a.tar.gz
tor-3a643078c1eda04e5db3e366a881b4edcf29b00a.zip
Changes file for splitting router.c
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket_278643
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.