OpenAFS CVS Commit: openafs/src/rx by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Tue, 25 Dec 2007 17:59:46 EST


Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-5/src/rx

Modified Files:
      Tag: openafs-devel-1_5_x
	rx_pthread.c 
Log Message:
DELTA DEVEL15-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 for openafs-devel-1_5_x follows ---
DEVEL15-rx-event-handler-20071225 openafs/src/rx/rx_pthread.c 1.24.4.2 1.24.4.3