[PATCH 2/9] server: pending asyncs should only affect FD_READ/FD_WRITE/FD_CLOSE messages

Alexandre Julliard julliard at winehq.org
Wed Mar 24 13:28:28 CDT 2010


Mike Kaplinskiy <mike.kaplinskiy at gmail.com> writes:

> ---
>  server/async.c |    8 ++++++++
>  server/file.h  |    1 +
>  server/sock.c  |   26 +++++++++++---------------
>  3 files changed, 20 insertions(+), 15 deletions(-)

This doesn't look right. You shouldn't ignore POLLIN/POLLOUT, they
shouldn't have been selected in the first place. If you do get them you
have to do something with them and unselect them.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list