libusb_super_pollfd
TAILQ_HEAD(, libusb_super_pollfd) pollfds;
struct libusb_super_pollfd ctx_poll;
struct libusb_super_pollfd dev_poll;
void libusb10_add_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd, struct libusb20_device *pdev, int fd, short events);
void libusb10_remove_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd);
TAILQ_ENTRY(libusb_super_pollfd) entry;
struct libusb_super_pollfd *pfd;
struct libusb_super_pollfd *pollfd;
libusb10_add_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd,
libusb10_remove_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd)