diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-04-30 19:13:57 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-04-30 19:13:57 +0300 |
commit | a44aca5453ca944369a9ab9b589499bed56c3599 (patch) | |
tree | f4a3a81e05d0fe7be43315f335a27aa2b759177d /changes | |
parent | 86f8dfe41955175c9125b699320bd28a07faae6a (diff) | |
parent | b7cc631d2391d55c078e0693303f6a0d4d9e963a (diff) | |
download | tor-a44aca5453ca944369a9ab9b589499bed56c3599.tar.gz tor-a44aca5453ca944369a9ab9b589499bed56c3599.zip |
Merge branch 'tor-github/pr/993'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket30293 | 5 |
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. |