summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-04-25 15:12:10 -0400
committerNick Mathewson <nickm@torproject.org>2019-04-30 11:14:59 -0400
commit7e03500eefacdb8a987b16d4a9b256443216a27e (patch)
treeb108ea196df916dcab8173fe2e340bb53aad6ace
parentb5a62b1ef5cfbe3e56caa110d9024f7fa0ac6ae6 (diff)
downloadtor-7e03500eefacdb8a987b16d4a9b256443216a27e.tar.gz
tor-7e03500eefacdb8a987b16d4a9b256443216a27e.zip
Changes file for periodic event movement
-rw-r--r--changes/ticket302935
1 files changed, 5 insertions, 0 deletions
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.