mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
More final markings.
These classes were recommended by gcc's -Wsugggest-final-types as places where large numbers of virtual functions could be optimized away.
This commit is contained in:
parent
9c89cd4a47
commit
4035ec7760
21 changed files with 26 additions and 27 deletions
|
@ -48,7 +48,7 @@ protected:
|
|||
extern uint64_t num_events_queued;
|
||||
extern uint64_t num_events_dispatched;
|
||||
|
||||
class EventMgr : public BroObj, public iosource::IOSource {
|
||||
class EventMgr final : public BroObj, public iosource::IOSource {
|
||||
public:
|
||||
EventMgr();
|
||||
~EventMgr() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue