summaryrefslogtreecommitdiff
path: root/indra/tools
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@posteo.nl>2024-04-21 18:50:38 +0200
committerNicky <nicky.dasmijn@posteo.nl>2024-04-21 18:50:38 +0200
commit19c6368991706d1bcb4a3b02e08cd70e1e6324c7 (patch)
treed26e65c00c38d2a2a944872a671b783e3253e1be /indra/tools
parentd09ec5e87bfd892306ccdba56944583bd9213aaf (diff)
Stream the volume catcher a little:
- Use LL_DEBUGS() for potential debug output. - Enclose mutex locking in their own scope, to make unlocking automatic and also limit the life time of a lock to as short as possible - Introduce mCleanupMutex to replace std::unique_lock pwLock(*this). I'm baffled using lock as a mutex like that did even compile. - Remove virtual inheritance, as it is not needed here.
Diffstat (limited to 'indra/tools')
0 files changed, 0 insertions, 0 deletions