This commit is contained in:
Nav
2022-08-27 17:56:55 +01:00
parent f77e9d7874
commit 6c436cbefc
9 changed files with 12 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ struct hid_device_
pthread_t thread;
pthread_mutex_t mutex; // Protects input_reports
pthread_cond_t condition;
pthread_barrier_t barrier; // Ensures correct startup sequence
pthread_barrier_t barrier; // Ensures correct start up sequence
int shutdown_thread;
int cancelled;
struct libusb_transfer* transfer;