[PATCH 1/2 v6] ntdll/socket: Implement exclusive flag for IOCTL_AFD_POLL.

Dmitry Timoshkov dmitry at baikal.ru
Fri Sep 3 02:05:51 CDT 2021


Guillaume Charifi <guillaume.charifi at sfr.fr> wrote:

> --- a/server/sock.c
> +++ b/server/sock.c
> @@ -128,12 +128,14 @@ struct poll_req
>      struct async *async;
>      struct iosb *iosb;
>      struct timeout_user *timeout;
> +    char exclusive;

This one should probably be 'int' as well. Also, the size of the patch
could be reduced by avoiding generated parts.

-- 
Dmitry.



More information about the wine-devel mailing list