diff options
Diffstat (limited to 'src/server/JackDriver.hpp')
-rw-r--r-- | src/server/JackDriver.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/JackDriver.hpp b/src/server/JackDriver.hpp index 49d3e4c2..ce9af82e 100644 --- a/src/server/JackDriver.hpp +++ b/src/server/JackDriver.hpp @@ -138,7 +138,9 @@ private: #endif protected: - typedef boost::intrusive::list<EnginePort> Ports; + typedef boost::intrusive::slist<EnginePort, + boost::intrusive::cache_last<true> + > Ports; Engine& _engine; Ports _ports; |