[RFC PATCH v2 05/11] server: Add helpers for synchronous APC delivery via ordinary server call reply.

Zebediah Figura (she/her) zfigura at codeweavers.com
Tue Jan 25 12:26:27 CST 2022


On 1/22/22 08:36, Jinoh Kang wrote:
> diff --git a/server/protocol.def b/server/protocol.def
> index db73f0418a9..f21f7187c4d 100644
> --- a/server/protocol.def
> +++ b/server/protocol.def
> @@ -695,6 +695,13 @@ typedef union
>       } break_process;
>   } apc_result_t;
>   
> +typedef struct
> +{
> +    apc_call_t   call;         /* APC call arguments */
> +    obj_handle_t apc_handle;   /* handle to next APC */
> +    int          __pad;
> +} inline_apc_t;
> +

Why introduce this separate type?



More information about the wine-devel mailing list