mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +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
|
@ -237,7 +237,7 @@ protected:
|
|||
};
|
||||
|
||||
|
||||
class IPTunnelTimer : public Timer {
|
||||
class IPTunnelTimer final : public Timer {
|
||||
public:
|
||||
IPTunnelTimer(double t, NetSessions::IPPair p)
|
||||
: Timer(t + BifConst::Tunnel::ip_tunnel_timeout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue