[libvirt] [PATCH] poll(-0.001) does not sleep forever.

23 Mar
2010
23 Mar
'10
4:07 p.m.
The conversion from seconds to milliseconds should only be done for actual delays >= 0, not for the magic -1 value used for infinite timeouts. Signed-off-by: Philipp Hahn <hahn@univention.de> --- examples/domain-events/events-python/event-test.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

23 Mar
23 Mar
4:35 p.m.
On 03/23/2010 09:07 AM, Philipp Hahn wrote:
The conversion from seconds to milliseconds should only be done for actual delays >= 0, not for the magic -1 value used for infinite timeouts.
ACK. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
5683
Age (days ago)
5684
Last active (days ago)
2 comments
3 participants
participants (3)
-
Eric Blake
-
Jim Meyering
-
Philipp Hahn