mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Merge remote-tracking branch 'origin/master' into topic/jsiwek/supervisor
This commit is contained in:
commit
cc37e505e4
130 changed files with 1959 additions and 557 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
#include "BroList.h"
|
||||
|
||||
|
@ -40,7 +39,7 @@ extern const char* prog;
|
|||
|
||||
extern std::vector<std::string> zeek_script_prefixes; // -p flag
|
||||
extern const char* command_line_policy; // -e flag
|
||||
extern vector<string> params;
|
||||
extern std::vector<std::string> params;
|
||||
|
||||
class Stmt;
|
||||
extern Stmt* stmts; // global statements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue