explicitly provide the frame for evaluating a "when" timeout expression

This commit is contained in:
Vern Paxson 2022-01-08 08:24:15 -08:00
parent fa848167bb
commit 98a05538b7
2 changed files with 5 additions and 5 deletions

View file

@ -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);