From 58e8d1cddd520ae0ddf39f16210f1500868a2b2e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 14 Aug 2008 04:03:14 +0000 Subject: Lock RDF world mutex in all places slv2 or redland is accessed (fix random segfaults usually on patch loading). git-svn-id: http://svn.drobilla.net/lad/ingen@1367 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/InputPort.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/engine/InputPort.hpp') diff --git a/src/libs/engine/InputPort.hpp b/src/libs/engine/InputPort.hpp index ffba2a30..2617882f 100644 --- a/src/libs/engine/InputPort.hpp +++ b/src/libs/engine/InputPort.hpp @@ -64,6 +64,7 @@ public: const Connections& connections() { return _connections; } + bool prepare_poly(uint32_t poly); bool apply_poly(Raul::Maid& maid, uint32_t poly); void pre_process(ProcessContext& context); -- cgit v1.2.1