commit 3a643078c1eda04e5db3e366a881b4edcf29b00a parent 5fe05de4febc4b17a7f184932ea6cea3e766dbc8 Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 25 Sep 2018 18:54:17 -0400 Changes file for splitting router.c Diffstat:
| A | changes/ticket_27864 | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/changes/ticket_27864 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.