Browse Source

Changes file for splitting router.c

Nick Mathewson 5 years ago
parent
commit
3a643078c1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      changes/ticket_27864

+ 3 - 0
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.