mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Use vector<IntrusivePtr<Val>> for Func::Call and Event queuing args
This change may break BIFs that use @ARGS@, @ARG@, or @ARGC@ since their types have changed.
This commit is contained in:
parent
94656c2308
commit
4e1ac4e124
29 changed files with 367 additions and 305 deletions
|
@ -19,6 +19,7 @@ class ODesc;
|
|||
class Frame;
|
||||
class Func;
|
||||
class Event;
|
||||
template <class T> class IntrusivePtr;
|
||||
|
||||
namespace threading {
|
||||
struct Field;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue