Use a timer to check for death of supervised node's parent

This commit is contained in:
Jon Siwek 2020-01-15 15:27:53 -08:00
parent 7ddd311583
commit dbca14e1fc
6 changed files with 43 additions and 11 deletions

View file

@ -37,6 +37,7 @@ const char* TimerNames[] = {
"TCPConnectionPartialClose",
"TCPConnectionResetTimer",
"TriggerTimer",
"ParentProcessIDCheck",
"TimerMgrExpireTimer",
};