[PATCH 1/4] server: Move completion from async object to async queue.

Erich E. Hoover ehoover at mymail.mines.edu
Fri May 25 15:43:37 CDT 2012


Real Name:
    Erich Hoover

Description:
    It seems that the completion information should be associated with
the async queue, rather than the async object, since the completion
information for a file handle can be updated after an async IO has
been queued.  So, the attached patch moves the completion information
from the async object into the async queue so that we can properly
handle associating a completion with a file descriptor after an async
IO is queued (part 2).

Changelog:
    server: Move completion from async object to async queue.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-server-Move-completion-from-async-object-to-async-qu.patch
Type: application/octet-stream
Size: 3991 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120525/694ef14c/attachment.obj>


More information about the wine-patches mailing list