OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1454-g192ba0d
Gerrit Code Review
gerrit@openafs.org
Fri, 29 Jul 2011 14:17:12 -0700 (PDT)
The following commit has been merged in the master branch:
commit 192ba0deae276e5bbea2580da2019a4d743daab3
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Sun Jul 17 21:57:20 2011 -0400
pthreaded servers: set thread names
In the startup function for each thread, set a thread name. This
can safely be done unconditionally as LWP builds turn the call into
a no-op. In general, the thread name parallels the name passed to
LWP_CreateProcess, but for Rx server threads, it additionally includes
the thread ID so that these threads can easily be distinguished. (I'm
not sure yet whether doing so will prove to be useful or counterproductive.)
Change-Id: I30e012eebef4c7856084fa8b8eb1d88d9fcdf2c4
Reviewed-on: http://gerrit.openafs.org/5041
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/budb/dbs_dump.c | 3 +++
src/butc/dbentries.c | 1 +
src/butc/dump.c | 2 ++
src/butc/lwps.c | 2 ++
src/butc/recoverDb.c | 2 ++
src/butc/tcudbprocs.c | 3 +++
src/tptserver/Makefile.in | 6 +++++-
src/tubik/Makefile.in | 6 +++++-
src/tviced/Makefile.in | 5 ++++-
src/tvlserver/Makefile.in | 5 ++++-
src/tvolser/Makefile.in | 5 ++++-
src/ubik/beacon.c | 2 ++
src/ubik/recovery.c | 2 ++
src/viced/viced.c | 1 +
src/vol/fssync-server.c | 1 +
src/vol/ihandle.c | 2 ++
src/volser/volmain.c | 1 +
17 files changed, 44 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository