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

Alex Henrie alexhenrie24 at gmail.com
Wed Jan 20 22:02:10 CST 2016


2016-01-20 8:12 GMT-07:00 Alexandre Julliard <julliard at winehq.org>:
> 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.

Thank you. This is exactly the kind of feedback I need.

-Alex



More information about the wine-devel mailing list