log, sync: add LOCK logging category, apply it to lock contention

This commit is contained in:
Jon Atack
2021-08-18 12:29:36 +02:00
parent bb9f76a719
commit b7a17444e0
4 changed files with 5 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ namespace BCLog {
VALIDATION = (1 << 21),
I2P = (1 << 22),
IPC = (1 << 23),
LOCK = (1 << 24),
ALL = ~(uint32_t)0,
};