mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38: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
|
@ -379,7 +379,7 @@ protected:
|
|||
WeirdStateMap weird_state;
|
||||
};
|
||||
|
||||
class ConnectionTimer : public Timer {
|
||||
class ConnectionTimer final : public Timer {
|
||||
public:
|
||||
ConnectionTimer(Connection* arg_conn, timer_func arg_timer,
|
||||
double arg_t, bool arg_do_expire, TimerType arg_type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue