Add bare_mode bif.

This commit is contained in:
Benjamin Bannier 2022-03-25 12:07:11 +01:00
parent 0f1dd8ef1b
commit e83c4c834d
6 changed files with 30 additions and 0 deletions

View file

@ -63,6 +63,7 @@ double current_wallclock = 0.0;
double current_pseudo = 0.0;
bool zeek_init_done = false;
bool time_updated = false;
bool bare_mode = false;
RETSIGTYPE watchdog(int /* signo */)
{