mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Use type aliases for IntrusivePtr definitions
This commit is contained in:
parent
f6a251cdac
commit
ec9eff0bd5
180 changed files with 2026 additions and 1893 deletions
|
@ -8,6 +8,7 @@
|
|||
#include "Notifier.h"
|
||||
#include "iosource/IOSource.h"
|
||||
#include "util.h"
|
||||
#include "IntrusivePtr.h"
|
||||
|
||||
class Frame;
|
||||
class Val;
|
||||
|
@ -115,6 +116,8 @@ private:
|
|||
ValCache cache;
|
||||
};
|
||||
|
||||
using TriggerPtr = zeek::IntrusivePtr<Trigger>;
|
||||
|
||||
class Manager final : public iosource::IOSource {
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue