From 769fd5a2c60ef39f0af68664b35c99f90b8d715b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 20 Aug 2011 20:59:48 +0000 Subject: Fix crash when sending port notifications (fix #741). Use a simpler system for port change notifications (abusing Event, which is virtual and thus can't be ringbuffered safely, was the cause of this crash). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3438 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/server/wscript') diff --git a/src/server/wscript b/src/server/wscript index 79a3e6e7..287debaf 100644 --- a/src/server/wscript +++ b/src/server/wscript @@ -24,6 +24,7 @@ def build(bld): MessageContext.cpp NodeFactory.cpp NodeImpl.cpp + Notification.cpp ObjectBuffer.cpp ObjectSender.cpp OutputPort.cpp @@ -46,9 +47,6 @@ def build(bld): events/Move.cpp events/RegisterClient.cpp events/RequestMetadata.cpp - events/SendBinding.cpp - events/SendPortActivity.cpp - events/SendPortValue.cpp events/SetMetadata.cpp events/SetPortValue.cpp events/UnregisterClient.cpp -- cgit v1.2.1