mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move iosource code to zeek namespaces
This commit is contained in:
parent
45b5c6e619
commit
be92bd536f
35 changed files with 180 additions and 136 deletions
|
@ -16,7 +16,7 @@ int main(int argc, char** argv)
|
|||
return setup_result.code;
|
||||
|
||||
auto& options = setup_result.options;
|
||||
auto do_net_run = iosource_mgr->Size() > 0 ||
|
||||
auto do_net_run = zeek::iosource_mgr->Size() > 0 ||
|
||||
have_pending_timers ||
|
||||
zeek::BifConst::exit_only_after_terminate;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue