Added --with-threadlog. Use this if you want the thread table written to
authorDave West <davew@uncensored.citadel.org>
Tue, 27 Nov 2007 20:00:11 +0000 (20:00 +0000)
committerDave West <davew@uncensored.citadel.org>
Tue, 27 Nov 2007 20:00:11 +0000 (20:00 +0000)
commit066433681a6500057e0f02419c7dfcfa23ebd5ac
tree9a7834f0b393a79793edd8e87d1fa07a606d3bef
parent819e7c3f544873fae924be72f2faeb1abac42e58
Added --with-threadlog. Use this if you want the thread table written to
the log.
Fixed CtdlThreadName(char *name) now renames thread to name if name is
set and always returns old name caller frees old name.
Added a couple of macros to change the thread names in some places for
debugging.
citadel/configure.ac
citadel/housekeeping.c
citadel/include/ctdl_module.h
citadel/journaling.c
citadel/serv_extensions.c
citadel/sysdep.c