mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Move notifier code to zeek::notifier::detail namespace
This commit is contained in:
parent
1262109e5a
commit
cba1bc18a5
7 changed files with 43 additions and 28 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue