Remove timers and signalfd
authorDaniel Drake <dsd@gentoo.org>
Wed, 30 Jan 2008 13:19:10 +0000 (13:19 +0000)
committerDaniel Drake <dsd@gentoo.org>
Wed, 30 Jan 2008 13:19:10 +0000 (13:19 +0000)
commit637a8d7ff8a11a23588925d9d3003a609bda8075
tree1c008df19c1c2a0374e436b07288db0533bd302e
parent8c56abe2e13ed4dd8c15737c21be7b6b1e5cf2ac
Remove timers and signalfd

Instead of timers, add a mechanism for informing the parent app when the
next timeout is due to happen, so that it can call us at that time.

As we no longer use signals, signalfd has also been removed.
TODO
configure.ac
examples/dpfp.c
examples/lsusb.c
libusb/Makefile.am
libusb/core.c
libusb/io.c
libusb/libusb.h
libusb/libusbi.h
libusb/signalfd.h [deleted file]