[PATCH 1/2] Make Ntdll async I/O functions to generate completion messages

Andrey Turkin andrey.turkin at gmail.com
Tue Oct 2 00:31:09 CDT 2007


  In this version messages are sent by server itself if call cannot
be completed immediately.
---
 dlls/ntdll/directory.c  |    5 +++++
 dlls/ntdll/file.c       |   16 +++++++++++++++-
 dlls/ntdll/ntdll_misc.h |    3 +++
 dlls/ntdll/sync.c       |   18 ++++++++++++++++++
 server/async.c          |   10 ++++++++--
 server/completion.c     |    2 +-
 server/fd.c             |   18 ++++++++++++++++++
 server/file.h           |    3 ++-
 server/object.h         |    4 ++++
 server/protocol.def     |   11 +++++++++++
 server/thread.c         |    2 +-
 11 files changed, 86 insertions(+), 6 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 58965e9e67097e24b55070149e05b46e2deb48f6.diff
Type: text/x-patch
Size: 13829 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071002/433f77d1/attachment.bin 


More information about the wine-patches mailing list