|
From: <gne...@us...> - 2008-12-05 08:51:53
|
Update of /cvsroot/aolserver/aolserver/nsext In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27473/nsext Modified Files: nsext.c Log Message: - provide names for all Ns_Mutex to report meaningful output in aolserver statistics - set version number to 4.5.0p1 to differentiate from 4.5.0 unpatched release Index: nsext.c =================================================================== RCS file: /cvsroot/aolserver/aolserver/nsext/nsext.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** nsext.c 19 Mar 2003 13:54:48 -0000 1.12 --- nsext.c 5 Dec 2008 08:51:44 -0000 1.13 *************** *** 342,345 **** --- 342,346 ---- ctx->ident[0] = '\0'; Ns_MutexInit(&ctx->muIdent); + Ns_MutexSetName(&ctx->muIdent, "nsext:ident"); ctx->param = Ns_ConfigGetValue(configPath, CONFIG_PARAM); ctx->path = Ns_ConfigGetValue(configPath, CONFIG_LOCALDAEMON); |