mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
logic for driving the script optimization process
This commit is contained in:
parent
e42b1fa05d
commit
e2edb622ac
2 changed files with 159 additions and 1 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
ProfileFunc* Profile() { return pf.get(); }
|
||||
const std::string& SaveFile() { return save_file; }
|
||||
|
||||
void SetBody(StmtPtr new_body) { body = std::move(new_body); }
|
||||
void SetProfile(std::unique_ptr<ProfileFunc> _pf);
|
||||
void SetSaveFile(std::string _sf) { save_file = std::move(_sf); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue