13
0

add thread registration for OSC event loop/thread

git-svn-id: svn://localhost/ardour2/branches/3.0@6552 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-01-24 21:02:31 +00:00
parent b1180c3a7e
commit 059de5beb3

View File

@ -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