Timer: Add LOG_DELAY_EXPIRE timer type

This commit is contained in:
Arne Welzel 2023-11-11 17:56:50 +01:00
parent 56b6219fb9
commit 2d0fa13e18
2 changed files with 3 additions and 1 deletions

View file

@ -49,6 +49,7 @@ const char* TimerNames[] = {
"TimerMgrExpireTimer",
"ThreadHeartbeat",
"UnknownProtocolExpire",
"LogDelayExpire",
};
const char* timer_type_to_string(TimerType type) { return TimerNames[type]; }