mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
I don't think this is needed, but it's harmless and saves me from worrying.
This commit is contained in:
@@ -330,3 +330,11 @@ void ValidationCollection::doWrite()
|
||||
}
|
||||
mWriting = false;
|
||||
}
|
||||
|
||||
void ValidationCollection::sweep()
|
||||
{
|
||||
boost::mutex::scoped_lock sl(mValidationLock);
|
||||
mValidations.sweep();
|
||||
}
|
||||
|
||||
// vim:ts=4
|
||||
|
||||
Reference in New Issue
Block a user