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

Alexandre Julliard julliard at winehq.org
Fri Jun 1 09:57:51 CDT 2012


"Erich E. Hoover" <ehoover at mymail.mines.edu> writes:

> 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).

Does it even need to be stored in the queue then?  Why not retrieve it
from the fd when needed?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list