From 059de5beb3cc5057862ca47cc0b275cdf57f968f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 24 Jan 2010 21:02:31 +0000 Subject: [PATCH] add thread registration for OSC event loop/thread git-svn-id: svn://localhost/ardour2/branches/3.0@6552 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/osc/osc.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/surfaces/osc/osc.cc b/libs/surfaces/osc/osc.cc index 9e64667ce7..0f67f0e602 100644 --- a/libs/surfaces/osc/osc.cc +++ b/libs/surfaces/osc/osc.cc @@ -231,6 +231,9 @@ OSC::thread_init () remote_server = src->gobj(); g_source_ref (remote_server); } + + PBD::notify_gui_about_thread_creation (X_("gui"), pthread_self(), X_("OSC"), 2048); + SessionEvent::create_per_thread_pool (X_("OSC"), 128); } int -- 2.30.2