[DEV] mode Circular buffer in Drain lib

This commit is contained in:
2015-03-16 21:03:23 +01:00
parent 08ae045bf0
commit ee126927cd
10 changed files with 140 additions and 436 deletions

View File

@@ -139,6 +139,7 @@ void river::io::Node::registerAsRemote(const std11::shared_ptr<river::Interface>
while (it != m_listAvaillable.end()) {
if (it->expired() == true) {
it = m_listAvaillable.erase(it);
continue;
}
++it;
}