mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Clean up new code.
This commit is contained in:
parent
7bd738865c
commit
6adab8d46a
5 changed files with 94 additions and 63 deletions
|
@ -13,7 +13,7 @@
|
|||
class TriggerTimer;
|
||||
class TriggerTraversalCallback;
|
||||
|
||||
class Trigger : public notifier::Notifier, public BroObj {
|
||||
class Trigger : public BroObj, public notifier::Receiver {
|
||||
public:
|
||||
// Don't access Trigger objects; they take care of themselves after
|
||||
// instantiation. Note that if the condition is already true, the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue