summaryrefslogtreecommitdiff
path: root/libusb/libusbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/libusbi.h')
-rw-r--r--libusb/libusbi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libusb/libusbi.h b/libusb/libusbi.h
index ebcc0d3..cb24cf9 100644
--- a/libusb/libusbi.h
+++ b/libusb/libusbi.h
@@ -294,6 +294,10 @@ struct libusb_context {
* in order to safely close a device. Protected by event_data_lock. */
unsigned int device_close;
+ /* A flag that is set when we want to interrupt event handling, in order to
+ * pick up a new fd for polling. Protected by event_data_lock. */
+ unsigned int fd_notify;
+
/* used to wait for event completion in threads other than the one that is
* event handling */
usbi_mutex_t event_waiters_lock;