mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
switch cached Trigger values to be opaque-and-generic, rather than assuming CallExpr's
This commit is contained in:
parent
9ada7ac4e7
commit
5eb37e4c78
9 changed files with 50 additions and 40 deletions
|
@ -201,6 +201,7 @@ Frame* Frame::Clone() const
|
|||
other->CaptureClosure(closure, outer_ids);
|
||||
|
||||
other->call = call;
|
||||
other->assoc = assoc;
|
||||
other->trigger = trigger;
|
||||
|
||||
for ( int i = 0; i < size; i++ )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue