src/winsup/cygwin ChangeLog fhandler.h fhandle ...

corinna@cygwin.com corinna@cygwin.com
Tue May 17 20:34:00 GMT 2005


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sourceware.org	2005-05-17 20:34:16

Modified files:
	winsup/cygwin  : ChangeLog fhandler.h fhandler_netdrive.cc 

Log message:
	* fhandler.h (class fhandler_netdrive): Add method rewinddir.
	* fhandler_netdrive.cc (struct netdriveinf): New structure to
	store thread arguments.
	(thread_netdrive): Thread handling all potentially blocking
	WNet... calls.
	(create_thread_and_wait): Start and wait for above thread.
	(fhandler_netdrive::exists): Change to call create_thread_and_wait
	instead of calling WNet... function.
	(fhandler_netdrive::readdir): Ditto.  Fix error handling.
	(fhandler_netdrive::rewinddir): New method.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2896&r2=1.2897
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.246&r2=1.247
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_netdrive.cc.diff?cvsroot=src&r1=1.7&r2=1.8



More information about the Cygwin-cvs mailing list