mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/vern/standalone-event-groups'
* origin/topic/vern/standalone-event-groups: tracking of event groups for compilation to standalone-C++
This commit is contained in:
commit
ef9ffda2ef
19 changed files with 162 additions and 70 deletions
|
@ -48,7 +48,8 @@ extern void register_body__CPP(CPPStmtPtr body, int priority, p_hash_type hash,
|
|||
|
||||
// Same but for standalone function bodies.
|
||||
extern void register_standalone_body__CPP(CPPStmtPtr body, int priority, p_hash_type hash,
|
||||
std::vector<std::string> events, void (*finish_init)());
|
||||
std::vector<std::string> events, std::string module_group,
|
||||
std::vector<std::string> attr_groups, void (*finish_init)());
|
||||
|
||||
// Registers a lambda body as associated with the given hash. Includes
|
||||
// the name of the lambda (so it can be made available as a quasi-global
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue