CtdlThreadSchedule() considered harmful. Eliminate. Replaced all
authorArt Cancro <ajc@citadel.org>
Mon, 20 Sep 2010 17:10:19 +0000 (13:10 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 20 Sep 2010 17:10:19 +0000 (13:10 -0400)
commit6fd6c608bed54b3b4e255e1864ac91310755500c
tree1d98a08e105fb09c2a66bd7cceffc7f443915eac
parent5517c1dd1eff5c1600437332a3b1c4ad096b3678
CtdlThreadSchedule() considered harmful.  Eliminate.  Replaced all
use of it with either dedicated threads or EVT_TIMER hooks.
citadel/context.c
citadel/include/ctdl_module.h
citadel/modules/network/serv_network.c
citadel/modules/rssclient/serv_rssclient.c
citadel/modules/smtp/serv_smtp.c
citadel/threads.c