mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
migrated some raw pointers to smart pointers
This commit is contained in:
parent
c23ee30542
commit
1b2cd0c767
14 changed files with 74 additions and 113 deletions
|
@ -99,7 +99,7 @@ protected:
|
|||
double time;
|
||||
};
|
||||
|
||||
Trigger::Trigger(WhenInfo* wi, double timeout, const IDSet& _globals,
|
||||
Trigger::Trigger(std::shared_ptr<WhenInfo> wi, double timeout, const IDSet& _globals,
|
||||
std::vector<ValPtr> _local_aggrs, Frame* f, const Location* loc)
|
||||
{
|
||||
timeout_value = timeout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue