diff options
author | Daniel Drake <dsd@gentoo.org> | 2009-10-28 20:33:49 +0545 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2009-11-07 10:46:09 +0000 |
commit | 4783008b7e711de9cb31631e60dda995f44068de (patch) | |
tree | 41eb729442f7df6da2ef58469b8dc7cd43e6d326 /AUTHORS | |
parent | 9b120c2b3735566533c179aa8ca758fe45899a38 (diff) | |
download | libusb-4783008b7e711de9cb31631e60dda995f44068de.tar.gz |
Use timerfd for timeout handling
Use a new file descriptor from the timerfd system calls to handle
timeouts. On supported systems, this means that there is less hassle
figuring out when the poll() timeout should be, since
libusb_get_next_timeout() will always return 0 and the timeout events will
be triggered as regular activity on the file descriptor set.
Add API function libusb_pollfds_handle_timeouts() to detect whether
you're on a platform with the timing headache, and flesh out the
surrounding documentation.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Copyright (C) 2007-2008 Daniel Drake <dsd@gentoo.org> +Copyright (C) 2007-2009 Daniel Drake <dsd@gentoo.org> Copyright (c) 2001 Johannes Erdfelt <johannes@erdfelt.com> Copyright (C) 2008-2009 Nathan Hjelm <hjelmn@users.sourceforge.net> |