summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2008-11-13 21:40:53 +0000
committerSampo Savolainen <v2@iki.fi>2008-11-13 21:40:53 +0000
commit2bb5a8cdb02468449412938ed5ecb0b96157ae2e (patch)
tree271c56ddd166702622d58342a74e3303b7855289
parent773bc6f0d1142676de9fc599492513b6fabf64d8 (diff)
Report init/callback thread to the framework
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4154 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/surfaces/wiimote/wiimote.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaces/wiimote/wiimote.cc b/libs/surfaces/wiimote/wiimote.cc
index ec871d5e61..6938c8e67f 100644
--- a/libs/surfaces/wiimote/wiimote.cc
+++ b/libs/surfaces/wiimote/wiimote.cc
@@ -156,6 +156,7 @@ WiimoteControlProtocol::wiimote_main()
{
bdaddr_t bdaddr;
unsigned char rpt_mode = 0;
+ register_thread("Wiimote Discovery and Callback Thread");
std::cerr << "Wiimote: discovering, press 1+2" << std::endl;