[PATCH] server: Implement serial port read interval timeouts.

Alexandre Julliard julliard at winehq.org
Wed Jan 20 09:12:18 CST 2016


Alex Henrie <alexhenrie24 at gmail.com> writes:

> Cc: Sebastian Lackner <sebastian at fds-team.de>
>
> Fixes https://bugs.winehq.org/show_bug.cgi?id=39875
>
> There is a test program attached to the bug report.
>
> Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
> ---
>  server/async.c  | 13 +++++++++++++
>  server/fd.c     |  6 ++++++
>  server/file.h   |  2 ++
>  server/serial.c |  3 +++
>  4 files changed, 24 insertions(+)

That's a good start, but I think you should be able to do it through the
reselect_async fd operation, without making changes to the generic async
code.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list