commit a1504f138d978d73b2c6129957dd0ee344a97efa Author: Nick Mathewson nickm@torproject.org Date: Mon Oct 1 11:45:11 2018 -0500
changes file for splitting routerparse.c (#27924) --- changes/ticket27924 | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/changes/ticket27924 b/changes/ticket27924 new file mode 100644 index 000000000..7348727b3 --- /dev/null +++ b/changes/ticket27924 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Divide the "routerparse.c" module into separate modules for each + group of parsed objects. Closes ticket 27924.