Move notifier code to zeek::notifier::detail namespace

This commit is contained in:
Tim Wojtulewicz 2020-08-01 10:49:01 -07:00
parent 1262109e5a
commit cba1bc18a5
7 changed files with 43 additions and 28 deletions

View file

@ -307,7 +307,7 @@ void terminate_bro()
zeek::event_mgr.Drain();
notifier::registry.Terminate();
zeek::notifier::detail::registry.Terminate();
zeek::log_mgr->Terminate();
zeek::input_mgr->Terminate();
zeek::thread_mgr->Terminate();