[PATCH 1/6] Implement server-side completion queues and operations on them.

Andrey Turkin andrey.turkin at gmail.com
Mon Sep 17 15:00:45 CDT 2007


  This should fix programs that use completions but
does not use async I/O capabilities. Completions implemented
via standard waits so there are some deficiencies.
---
 dlls/ntdll/sync.c   |  148 +++++++++++++++++++++++++++++---
 server/Makefile.in  |    1 +
 server/completion.c |  240 +++++++++++++++++++++++++++++++++++++++++++++++++++
 server/protocol.def |   53 +++++++++++
 4 files changed, 429 insertions(+), 13 deletions(-)
 create mode 100644 server/completion.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 9beb9d7f8bb6452b7c19b27556db96c6bba50d62.diff
Type: text/x-patch
Size: 17411 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070918/269a59c2/attachment-0001.bin 


More information about the wine-patches mailing list