diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-02-26 22:11:34 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-02-26 22:39:28 +0000 |
commit | b873521a6f575628d535f89278bb67888004d0ca (patch) | |
tree | c76261ffdd9c2f6e43bf847dc90fdbfb85a8e286 /TODO | |
parent | ca66e16a370c828d08a5bc3f9f203db145c81a4c (diff) | |
download | libusb-b873521a6f575628d535f89278bb67888004d0ca.tar.gz |
Notifications for changes to the fd set
Applications can now be notified when they should start and stop polling
new file descriptors.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,3 +23,4 @@ devh in general urbh in general (should this be a transfer handle?) find/get devices API config struct/function naming +typedef _cb or _cb_fn or _cb_t? |