[PATCH 3/5] server: Add socket-side support for the interface change notification object (resend).

Alexandre Julliard julliard at winehq.org
Tue May 6 08:40:31 CDT 2014


"Erich E. Hoover" <erich.e.hoover at gmail.com> writes:

> This patch adds an async queue, list object, and interface change
> object to the socket object in order to support interface change
> notification objects (fully implemented in part 4).  A significant
> deviation from previous versions of this patch is that errors are
> passed up from each routine so that it is easier to ensure that all
> possible errors are properly reported.  I believe that this is the
> server style comment AJ had on IRC, but some clarification would be
> appreciated.

No, that's not how error handling works in the server. The functions
that fail set last error and then you propagate that.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list