From: Nick Mathewson Date: Thu, 25 Apr 2019 19:12:10 +0000 (-0400) Subject: Changes file for periodic event movement X-Git-Tag: tor-0.4.1.1-alpha~47^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e03500eefacdb8a987b16d4a9b256443216a27e;p=thirdparty%2Ftor.git Changes file for periodic event movement --- diff --git a/changes/ticket30293 b/changes/ticket30293 new file mode 100644 index 0000000000..c74b6cd346 --- /dev/null +++ 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.