]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-rx-event-handler-20071225
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 25 Dec 2007 22:59:46 +0000 (22:59 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 25 Dec 2007 22:59:46 +0000 (22:59 +0000)
commit5f52934c1838df98a130b35a078e02f6de6bf03e
treec53cec8ed3163d7c33fe5031f9b56c0b0ebc8986
parentd8998f30b001a75050d1f19d9cdfd8b392841086
DEVEL15-rx-event-handler-20071225

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.

(cherry picked from commit 6b1537b246732e4f7f67661d8230d051db8f3f8d)
src/rx/rx_pthread.c