mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Giving analyzer/ its own CMakeLists.txt.
Also moving src/analyzer.bif to src/analyzer/analyzer.bif, along with the infrastructure to build/incude bif code at other locations. We should generally move to having per-directory CMakeLists.txt. I'll convert the others over later.
This commit is contained in:
parent
bccaea6883
commit
897be0e147
10 changed files with 83 additions and 40 deletions
|
@ -29,6 +29,8 @@
|
|||
#include "../net_util.h"
|
||||
#include "../IP.h"
|
||||
|
||||
#include "analyzer/analyzer.bif.h"
|
||||
|
||||
namespace analyzer {
|
||||
|
||||
/**
|
||||
|
@ -59,6 +61,12 @@ public:
|
|||
*/
|
||||
void Init();
|
||||
|
||||
/**
|
||||
* Initializes the analyze-related BiFs. Must be called after scripts
|
||||
* are parsed.
|
||||
*/
|
||||
void InitBifs();
|
||||
|
||||
/**
|
||||
* Finished the manager's operations.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue