OpenAFS CVS Commit: openafs/src/rx by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Tue, 25 Dec 2007 17:59:06 EST
Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/rx
Modified Files:
rx_pthread.c
Log Message:
DELTA rx-event-handler-20071225
AUTHOR jaltman@secure-endpoints.com
LICENSE MIT
Update event_handler() for Windows. The return code of
pthread_cond_timedwait() is not limited to 0 and -1 because 'errno'
cannot be set. Instead of setting 'errno' the error code is returned
directly by the function as the return code.
This patch is only for debugging purposes to track the number of
success, timeout, and other errors experienced by the routine.
--- DELTA config follows ---
rx-event-handler-20071225 openafs/src/rx/rx_pthread.c 1.28 1.29