File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -369,18 +369,18 @@ struct libusb_context {
369369 usbi_timer_t timer ;
370370#endif
371371
372- struct list_head usb_devs ;
373372 usbi_mutex_t usb_devs_lock ;
373+ struct list_head usb_devs ;
374374
375375 /* A list of open handles. Backends are free to traverse this if required.
376376 */
377- struct list_head open_devs ;
378377 usbi_mutex_t open_devs_lock ;
378+ struct list_head open_devs ;
379379
380380 /* A list of registered hotplug callbacks */
381+ usbi_mutex_t hotplug_cbs_lock ;
381382 struct list_head hotplug_cbs ;
382383 libusb_hotplug_callback_handle next_hotplug_cb_handle ;
383- usbi_mutex_t hotplug_cbs_lock ;
384384
385385 /* A flag to indicate that the context is ready for hotplug notifications */
386386 usbi_atomic_t hotplug_ready ;
Original file line number Diff line number Diff line change 1- #define LIBUSB_NANO 11988
1+ #define LIBUSB_NANO 11989
You can’t perform that action at this time.
0 commit comments