commit 7e03500eefacdb8a987b16d4a9b256443216a27e parent b5a62b1ef5cfbe3e56caa110d9024f7fa0ac6ae6 Author: Nick Mathewson <nickm@torproject.org> Date: Thu, 25 Apr 2019 15:12:10 -0400 Changes file for periodic event movement Diffstat:
| A | changes/ticket30293 | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/ticket30293 b/changes/ticket30293 @@ -0,0 +1,5 @@ + o Code simplification and refactoring: + - Start move responsibility for knowing about periodic events to the + appropriate subsystems, so that the mainloop doesn't need to know all + the periodic events in the rest of the codebase. Implements tickets + 30293 and 30294.