mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Use a timer to check for death of supervised node's parent
This commit is contained in:
parent
7ddd311583
commit
dbca14e1fc
6 changed files with 43 additions and 11 deletions
|
@ -41,6 +41,7 @@ enum TimerType {
|
|||
TIMER_TCP_PARTIAL_CLOSE,
|
||||
TIMER_TCP_RESET,
|
||||
TIMER_TRIGGER,
|
||||
TIMER_PPID_CHECK,
|
||||
TIMER_TIMERMGR_EXPIRE,
|
||||
};
|
||||
const int NUM_TIMER_TYPES = int(TIMER_TIMERMGR_EXPIRE) + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue