Changed the way we name threads. Now we use a const char *.
authorDave West <davew@uncensored.citadel.org>
Tue, 4 Dec 2007 17:10:32 +0000 (17:10 +0000)
committerDave West <davew@uncensored.citadel.org>
Tue, 4 Dec 2007 17:10:32 +0000 (17:10 +0000)
commit091d26d0ce0524e664020f5d33b13bc42e6a88e0
tree7a2a55a5e3aaa5ec8d8f4cc0a602e18fcb0712ee
parent8256324d0953581e7c7d1a2b7a42e508bca2ea40
Changed the way we name threads. Now we use a const char *.
CtdlThreadName now takes a const char * and returns a const char *
It is up to the caller to make sure the name never goes out of scope.
citadel/include/ctdl_module.h
citadel/sysdep.c
citadel/sysdep_decls.h