server: Store I/O completion information in async structure.
commit3afbee521845443e1a757a1b0afbd6d0abccbd63
authorAndrey Turkin <andrey.turkin@gmail.com>
Mon, 17 Dec 2007 19:06:17 +0000 (17 22:06 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Dec 2007 13:25:43 +0000 (18 14:25 +0100)
tree2a1e35f95366de15d5b5ef344b5fa7f99d5f597e
parent01380b0554f685d85bf0dca6363cd55003ba482d
server: Store I/O completion information in async structure.

This is to allow completions to be sent on handle close. Also this can
be helpful for AcceptEx/TransmitFile implementation.
dlls/ntdll/tests/file.c
server/async.c
server/fd.c
server/file.h