mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Merge remote-tracking branch 'origin/topic/vern/when-cleanup'
* origin/topic/vern/when-cleanup: test suite update for minor change in "when" error messages removed skeletal (non-functioning) "when" support from ZAM simplify WhenInfo and Trigger classes given removal of old capture semantics introduced notion of light-weight Frame clones changed function_ingredients struct to FunctionIngredients class with accessors Renamed Frame::LightClone() to Frame::CloneForTrigger() during merge.
This commit is contained in:
commit
92f09f0db7
24 changed files with 158 additions and 335 deletions
|
@ -157,6 +157,13 @@ public:
|
|||
*/
|
||||
Frame* Clone() const;
|
||||
|
||||
/**
|
||||
* Creates a copy of the frame that just includes its trigger context.
|
||||
*
|
||||
* @return a partial copy of this frame.
|
||||
*/
|
||||
Frame* CloneForTrigger() const;
|
||||
|
||||
/**
|
||||
* Serializes the frame in support of copy semantics for lambdas:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue