
22 Aug
2019
22 Aug
'19
9:12 p.m.
commit e8790971f6120cc3e4fd2acd41f5dd0512f52068 Author: Nick Mathewson <nickm@torproject.org> Date: Wed Jun 19 16:24:07 2019 -0400 changes file for ticket 30914 --- changes/ticket30914 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes/ticket30914 b/changes/ticket30914 new file mode 100644 index 000000000..c8c008b3d --- /dev/null +++ b/changes/ticket30914 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Lower another layer of object management from confparse.c to + a more general tool. Now typed structure members are accessible + via an abstract type. Implements ticket 30914.