From: Nick Mathewson Date: Tue, 25 Sep 2018 22:54:17 +0000 (-0400) Subject: Changes file for splitting router.c X-Git-Tag: tor-0.3.5.3-alpha~39^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a643078c1eda04e5db3e366a881b4edcf29b00a;p=thirdparty%2Ftor.git Changes file for splitting router.c --- 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.