mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
inlining of Zeek script functions
This commit is contained in:
parent
8337b4cf2d
commit
30b29ef7ba
65 changed files with 21885 additions and 253 deletions
|
@ -9,6 +9,7 @@ namespace zeek::detail {
|
|||
struct SetupResult {
|
||||
int code = 0;
|
||||
Options options;
|
||||
bool parse_only = false;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue