]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for splitting router.c
authorNick Mathewson <nickm@torproject.org>
Tue, 25 Sep 2018 22:54:17 +0000 (18:54 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 25 Sep 2018 22:54:17 +0000 (18:54 -0400)
changes/ticket_27864 [new file with mode: 0644]

diff --git a/changes/ticket_27864 b/changes/ticket_27864
new file mode 100644 (file)
index 0000000..cf14410
--- /dev/null
@@ -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.