mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
ZAM support for "when" statements
This commit is contained in:
parent
558cec58ed
commit
d89b39a0bb
7 changed files with 246 additions and 35 deletions
|
@ -31,6 +31,11 @@ namespace zeek::detail
|
|||
|
||||
using std::vector;
|
||||
|
||||
// Thrown when a call inside a "when" delays.
|
||||
class ZAMDelayedCallException : public InterpreterException
|
||||
{
|
||||
};
|
||||
|
||||
static bool did_init = false;
|
||||
|
||||
// Count of how often each type of ZOP executed, and how much CPU it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue