mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
header tweaks to provide gen-C++ script optimization with more flexibility
This commit is contained in:
parent
5a3b519fb4
commit
77c34787f3
4 changed files with 17 additions and 10 deletions
|
@ -291,6 +291,9 @@ protected:
|
|||
*/
|
||||
virtual void SetCaptures(Frame* f);
|
||||
|
||||
// Captures when using ZVal block instead of a Frame.
|
||||
std::unique_ptr<std::vector<ZVal>> captures_vec;
|
||||
|
||||
private:
|
||||
size_t frame_size = 0;
|
||||
|
||||
|
@ -304,9 +307,6 @@ private:
|
|||
|
||||
OffsetMap* captures_offset_mapping = nullptr;
|
||||
|
||||
// Captures when using ZVal block instead of a Frame.
|
||||
std::unique_ptr<std::vector<ZVal>> captures_vec;
|
||||
|
||||
// The most recently added/updated body ...
|
||||
StmtPtr current_body;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue