]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.h (class fhandler_netdrive): Add method rewinddir.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 17 May 2005 20:34:15 +0000 (20:34 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 17 May 2005 20:34:15 +0000 (20:34 +0000)
commit5b59a2cc0d956943b22b8dc6282d69bd06c231d1
treef153307b3981c7e77d554753d94baded92fdd697
parent0d5ba26ccd9355696daffb76f465f29abd714b10
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_netdrive.cc
This page took 0.027912 seconds and 5 git commands to generate.