Deprecate names in BifConst, replace with zeek::BifConst

Some Val* types are also replaced with IntrusivePtr at the new location
This commit is contained in:
Jon Siwek 2020-05-13 23:41:01 -07:00
parent eedeb07550
commit 0db5c920f2
39 changed files with 120 additions and 106 deletions

View file

@ -18,7 +18,7 @@ int main(int argc, char** argv)
auto& options = setup_result.options;
auto do_net_run = iosource_mgr->Size() > 0 ||
have_pending_timers ||
BifConst::exit_only_after_terminate;
zeek::BifConst::exit_only_after_terminate;
if ( do_net_run )
{