OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1916-g5d7adc6
Gerrit Code Review
gerrit@openafs.org
Mon, 28 Nov 2011 07:52:11 -0800 (PST)
The following commit has been merged in the master branch:
commit 5d7adc6b67dedf0dc888196812e66b131cf91bbc
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sat Nov 26 10:55:27 2011 -0500
Windows: convert daemons threads to pthreads
The daemon threads make calls to Rx and therefore need to
be created with the pthread package to prevent the threads
from being tracked as 'native' threads by the pthread_thread_shutdown
thread which can only track up to 63 native threads.
Change-Id: I8d096be9398a0a541bb59eb245cd7b3fe6f3843c
Reviewed-on: http://gerrit.openafs.org/6119
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsd/cm_daemon.c | 53 ++++++++++++++++++++++++--------------------
1 files changed, 29 insertions(+), 24 deletions(-)
--
OpenAFS Master Repository