mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
inlining of Zeek script functions
This commit is contained in:
parent
3c39f11726
commit
c42586af2c
63 changed files with 21807 additions and 171 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "zeek/DNS_Mgr.h"
|
||||
#include "zeek/script_opt/ScriptOpt.h"
|
||||
|
||||
namespace zeek {
|
||||
|
||||
|
@ -76,6 +77,9 @@ struct Options {
|
|||
std::vector<std::string> script_options_to_set;
|
||||
|
||||
std::vector<std::string> script_args;
|
||||
|
||||
// For script optimization:
|
||||
detail::AnalyOpt analysis_options;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue