]> git.ipfire.org Git - thirdparty/tor.git/commit
Turn all of run_scheduled_events() into a bunch of periodic events
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Nov 2015 19:59:29 +0000 (14:59 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Nov 2015 21:24:45 +0000 (16:24 -0500)
commit9f31908a405acc64a8dbf1910a273190d7e33f48
tree94153777b176024a03ba4f8d4ba5e4db42b772a1
parente8b459a2fa93d8f2991e5cbf4512eb88525df544
Turn all of run_scheduled_events() into a bunch of periodic events

This patch is designed to look good when you see it through 'diff -b':
it mostly leaves entries in the same order, and leaves the code unmodified.
src/or/main.c