mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add bare_mode
bif.
This commit is contained in:
parent
0f1dd8ef1b
commit
e83c4c834d
6 changed files with 30 additions and 0 deletions
|
@ -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 */)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue