From 4a3d7877f6b03fac7755f997b945583ba5732d13 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 4 Dec 2009 19:24:09 +0000 Subject: cross-thread handling of SessionEvent allocation/deallocation, with widespread consequences git-svn-id: svn://localhost/ardour2/branches/3.0@6283 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/source_factory.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/source_factory.cc') diff --git a/libs/ardour/source_factory.cc b/libs/ardour/source_factory.cc index 6753a0738f..b85f5b67a0 100644 --- a/libs/ardour/source_factory.cc +++ b/libs/ardour/source_factory.cc @@ -59,6 +59,7 @@ static void peak_thread_work () { PBD::notify_gui_about_thread_creation (pthread_self(), string ("peakbuilder-") + to_string (pthread_self(), std::dec)); + SessionEvent::create_per_thread_pool (X_("PeakFile Builder "), 64); while (true) { -- cgit v1.2.3