diff options
| author | Patrick Ruddy <pat@voltanet.io> | 2021-04-14 18:33:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-14 18:33:18 +0100 |
| commit | 5bb91468c55c17405d112ffe91ba01594583c2e6 (patch) | |
| tree | 10edf4414da92a455cdbc49d43d4f58a07bab3d6 /lib/lib_errors.h | |
| parent | 8a0a716f83c1eecafb8d3a3c7cbf0b153b8c4280 (diff) | |
| parent | 9b8e01cae44cf6cb3a1a08c483ab0deceda21375 (diff) | |
Merge pull request #8003 from donaldsharp/timings
lib: Differentiate between real and cpu bound processes
Diffstat (limited to 'lib/lib_errors.h')
| -rw-r--r-- | lib/lib_errors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h index 4730b6aa33..9f0f58d20b 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -44,7 +44,8 @@ enum lib_log_refs { EC_LIB_SNMP, EC_LIB_STREAM, EC_LIB_LINUX_NS, - EC_LIB_SLOW_THREAD, + EC_LIB_SLOW_THREAD_CPU, + EC_LIB_SLOW_THREAD_WALL, EC_LIB_NO_THREAD, EC_LIB_RMAP_RECURSION_LIMIT, EC_LIB_BACKUP_CONFIG, |
