From bb12144cbfb8c06f502ce0f963edefbb6009aea9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Oct 2011 17:51:43 +0000 Subject: Use an intrusive linked list for InputPort connections. This simplifies the code and avoids the overhead of allocating list nodes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3532 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/events/Connect.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/server/events/Connect.hpp') diff --git a/src/server/events/Connect.hpp b/src/server/events/Connect.hpp index d250b791..edb1344c 100644 --- a/src/server/events/Connect.hpp +++ b/src/server/events/Connect.hpp @@ -79,8 +79,7 @@ private: CompiledPatch* _compiled_patch; ///< New process order for Patch - SharedPtr _connection; - InputPort::Connections::Node* _port_listnode; + SharedPtr _connection; Raul::Array* _buffers; }; -- cgit v1.2.1