]> git.ipfire.org Git - thirdparty/tor.git/commit
Infrastructure for replacing global periodic events in main.c
authorKevin Butler <haqkrs@gmail.com>
Mon, 2 Nov 2015 14:48:18 +0000 (09:48 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 13 Nov 2015 21:24:44 +0000 (16:24 -0500)
commitfbeff307f7780b26c9645ec7dbd685807add6581
treedaaf4b9c1cfc2d3a98af4dac873c514ba100acc3
parentfaba114a3484a7b85649a6892b2296cf9ac8a41e
Infrastructure for replacing global periodic events in main.c

(This is from Kevin's bug3199 patch series; nick extracted it into
 a new file and changed the interface a little, then did some API
 tweaks on it.)
src/or/include.am
src/or/periodic.c [new file with mode: 0644]
src/or/periodic.h [new file with mode: 0644]