mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
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:
parent
b1180c3a7e
commit
059de5beb3
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue