mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Move ParentProcessCheckTimer to detail namespace
This commit is contained in:
parent
7f347a3b1e
commit
d00b3a8daa
3 changed files with 6 additions and 3 deletions
|
@ -389,6 +389,7 @@ private:
|
|||
std::string msg_buffer;
|
||||
};
|
||||
|
||||
namespace detail {
|
||||
/**
|
||||
* A timer used by supervised processes to periodically check whether their
|
||||
* parent (supervisor) process has died. If it has died, the supervised
|
||||
|
@ -410,6 +411,7 @@ protected:
|
|||
|
||||
double interval;
|
||||
};
|
||||
}
|
||||
|
||||
extern Supervisor* supervisor_mgr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue