mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Trigger: Declare TriggerPtr
Seems reasonable to get TriggerPtr when including Trigger.h
This commit is contained in:
parent
eed205d1ef
commit
38e11058c9
1 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,8 @@ private:
|
|||
ValCache cache;
|
||||
};
|
||||
|
||||
using TriggerPtr = IntrusivePtr<Trigger>;
|
||||
|
||||
class Manager final : public iosource::IOSource {
|
||||
public:
|
||||
Manager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue