mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48: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
|
@ -1390,7 +1390,7 @@ RecordType* Manager::StreamColumns(EnumVal* stream_id)
|
|||
}
|
||||
|
||||
// Timer which on dispatching rotates the filter.
|
||||
class RotationTimer : public Timer {
|
||||
class RotationTimer final : public Timer {
|
||||
public:
|
||||
RotationTimer(double t, Manager::WriterInfo* arg_winfo, bool arg_rotate)
|
||||
: Timer(t, TIMER_ROTATE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue