summaryrefslogtreecommitdiff
path: root/libs/surfaces/wiimote/wiimote.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/wiimote/wiimote.h')
-rw-r--r--libs/surfaces/wiimote/wiimote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/surfaces/wiimote/wiimote.h b/libs/surfaces/wiimote/wiimote.h
index a5b1ea4976..a6680edd2e 100644
--- a/libs/surfaces/wiimote/wiimote.h
+++ b/libs/surfaces/wiimote/wiimote.h
@@ -43,12 +43,13 @@ class WiimoteControlProtocol : public ARDOUR::ControlProtocol {
void wiimote_main();
volatile bool main_thread_quit;
+ volatile bool restart_discovery;
Glib::Thread *main_thread;
void update_led_state();
- bool thread_registered_for_ardour;
+ bool callback_thread_registered_for_ardour;
static uint16_t button_state;