From 9fe19152570b6388fc518bda6ccd422d14cff37a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 5 Oct 2007 19:41:24 +0000 Subject: Fix OSC receiving thread chewing CPU (xrun problem on single core systems). git-svn-id: http://svn.drobilla.net/lad/ingen@827 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/QueuedEventSource.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/engine/QueuedEventSource.hpp') diff --git a/src/libs/engine/QueuedEventSource.hpp b/src/libs/engine/QueuedEventSource.hpp index 4c212ee1..4c23f226 100644 --- a/src/libs/engine/QueuedEventSource.hpp +++ b/src/libs/engine/QueuedEventSource.hpp @@ -63,7 +63,7 @@ protected: Event* pop_earliest_queued_before(const SampleCount time); inline Event* pop_earliest_stamped_before(const SampleCount time); - bool unprepared_events() { return (_prepared_back != _back); } + inline bool unprepared_events() { return (_prepared_back != _back); } virtual void _whipped(); ///< Prepare 1 event -- cgit v1.2.1