mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
tracking of event groups for compilation to standalone-C++
This commit is contained in:
parent
b25a844210
commit
973cc00c42
17 changed files with 155 additions and 69 deletions
|
@ -90,6 +90,8 @@ struct CompiledScript {
|
|||
CPPStmtPtr body;
|
||||
int priority;
|
||||
std::vector<std::string> events;
|
||||
std::string module_group;
|
||||
std::vector<std::string> attr_groups;
|
||||
void (*finish_init_func)();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue