Added the functions to allow scheduling of a thread to start at some
authorDave West <davew@uncensored.citadel.org>
Thu, 6 Dec 2007 22:44:34 +0000 (22:44 +0000)
committerDave West <davew@uncensored.citadel.org>
Thu, 6 Dec 2007 22:44:34 +0000 (22:44 +0000)
commit8c538eeb2d9b024970c350730b4748b870762c5f
tree1d49dbf9ae701dd6f5dc542383f94ed49aac9a56
parent76afe54e0bbcf663a0fdf7e4c338b24f9ace4a57
Added the functions to allow scheduling of a thread to start at some
time in the future.
Fixed a bug in garbage collection that caused a corrupted thread list
when unlinking dead threads.
Fixed a bug in context_cleanup, the ContextList needed to be updated on
each pass since a module may try to iterate the list as a result of the
event triggerred here.
citadel/include/ctdl_module.h
citadel/server.h
citadel/server_main.c
citadel/sysdep.c
citadel/sysdep_decls.h