mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Mark all timers as final
This commit is contained in:
parent
e66148a13a
commit
c2375fc88d
14 changed files with 15 additions and 15 deletions
|
@ -394,7 +394,7 @@ private:
|
|||
* parent (supervisor) process has died. If it has died, the supervised
|
||||
* process self-terminates.
|
||||
*/
|
||||
class ParentProcessCheckTimer : public Timer {
|
||||
class ParentProcessCheckTimer final : public Timer {
|
||||
public:
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue