OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Mon, 24 Dec 2007 00:23:28 EST


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/WINNT/afsd

Modified Files:
	afsd_init.c cm_daemon.c cm_daemon.h 
Log Message:
DELTA windows-daemon-threads-shutdown-sync-20071223
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT

Windows Error Reporting received crashes caused by a failure to synchronize
the shutdown of the AFS client service with the background daemon threads.
The daemon threads (cm_Daemon, cm_BkgDaemon+, cm_IPAddrDaemon) could be 
accessing data structures as they were being freed or unmapped.

Add synchronization mechanisms to signal the termination of the threads
with the shutdown of the service.



--- DELTA config follows ---
windows-daemon-threads-shutdown-sync-20071223 openafs/src/WINNT/afsd/afsd_init.c 1.102 1.103
windows-daemon-threads-shutdown-sync-20071223 openafs/src/WINNT/afsd/cm_daemon.c 1.37 1.38
windows-daemon-threads-shutdown-sync-20071223 openafs/src/WINNT/afsd/cm_daemon.h 1.6 1.7