[haiku-commits] Re: r42271 - haiku/trunk/src/servers/input

  • From: "Michael Lotz" <mmlr@xxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 21 Jun 2011 00:57:00 +0200

> Author: mmlr
> Date: 2011-06-21 00:24:36 +0200 (Tue, 21 Jun 2011)
> New Revision: 42271
> Changeset: https://dev.haiku-os.org/changeset/42271
> 
> Modified:
>    haiku/trunk/src/servers/input/InputServer.cpp
> Log:
> A blast from the past: r15048 from way back removed the wrong boolean 
> parameter
> causing the message to be sent with a timeout of "true" (getting 
> converted to 1)
> instead of the intended 0 meaning no/infinite timeout.

Actually the timeout still is a relative timeout and now has the proper 
0 value again causing a B_WOULD_BLOCK instead of a B_TIMED_OUT, which 
doesn't really change much. So the messages are still just discarded if 
the port runs full. Sorry for the noise.

Regards
Michael

Other related posts: