mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
hooks for activating the compiler & associated BiF
This commit is contained in:
parent
863be9436b
commit
24e92fa54a
9 changed files with 337 additions and 6 deletions
|
@ -62,6 +62,7 @@
|
|||
#include "option.bif.func_h"
|
||||
#include "supervisor.bif.func_h"
|
||||
#include "packet_analysis.bif.func_h"
|
||||
#include "CPP-load.bif.func_h"
|
||||
|
||||
#include "zeek.bif.func_def"
|
||||
#include "stats.bif.func_def"
|
||||
|
@ -70,6 +71,7 @@
|
|||
#include "option.bif.func_def"
|
||||
#include "supervisor.bif.func_def"
|
||||
#include "packet_analysis.bif.func_def"
|
||||
#include "CPP-load.bif.func_def"
|
||||
|
||||
extern RETSIGTYPE sig_handler(int signo);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue