mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
changed function_ingredients struct to FunctionIngredients class with accessors
This commit is contained in:
parent
5718046b96
commit
0c434ca4f8
11 changed files with 63 additions and 53 deletions
|
@ -51,7 +51,7 @@ ProfileFunc::ProfileFunc(const Expr* e, bool _abs_rec_fields)
|
|||
for ( auto oid : func->OuterIDs() )
|
||||
captures.insert(oid);
|
||||
|
||||
Profile(func->GetType()->AsFuncType(), func->Ingredients().body);
|
||||
Profile(func->GetType()->AsFuncType(), func->Ingredients().Body());
|
||||
}
|
||||
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue