mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
explicitly provide the frame for evaluating a "when" timeout expression
This commit is contained in:
parent
fa848167bb
commit
98a05538b7
2 changed files with 5 additions and 5 deletions
|
@ -112,7 +112,7 @@ public:
|
|||
private:
|
||||
friend class TriggerTimer;
|
||||
|
||||
void GetTimeout(const ExprPtr& timeout_expr);
|
||||
void GetTimeout(const ExprPtr& timeout_expr, Frame* f);
|
||||
|
||||
void Init(ExprPtr cond, StmtPtr body, StmtPtr timeout_stmts, Frame* frame, bool is_return,
|
||||
const Location* location);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue