OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1985-gba24ef7
Gerrit Code Review
gerrit@openafs.org
Wed, 14 Dec 2011 07:57:33 -0800 (PST)
The following commit has been merged in the master branch:
commit ba24ef73934c2a84dc505cdffad5e41e904aec4b
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Fri Jul 29 21:33:10 2011 -0400
util: simplify thread-name interface
It appears that we don't actually need an interface to set the name
of an arbitrary thread (which Mac OS can't do), so remove the
afs_pthread_setname() interface and promote afs_pthread_setname_self()
to the status of primary.
Change-Id: I2d915d8165dac9ccfe0cb99630db657cb1473389
Reviewed-on: http://gerrit.openafs.org/5121
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/util/afsutil_prototypes.h | 4 ----
src/util/pthread_threadname.c | 17 +++++------------
2 files changed, 5 insertions(+), 16 deletions(-)
--
OpenAFS Master Repository