Move iosource code to zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-08-01 10:48:21 -07:00
parent 45b5c6e619
commit be92bd536f
35 changed files with 180 additions and 136 deletions

View file

@ -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;