mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Move EventMgr, EventHandler, and EventRegistry code to zeek namespace. Rename mgr to event_mgr.
This commit is contained in:
parent
1c17700c48
commit
45b5a98420
76 changed files with 328 additions and 300 deletions
|
@ -54,9 +54,9 @@ void fuzzer_cleanup_one_input()
|
|||
file_mgr->Terminate();
|
||||
timer_mgr->Expire();
|
||||
|
||||
mgr.Drain();
|
||||
zeek::event_mgr.Drain();
|
||||
sessions->Drain();
|
||||
mgr.Drain();
|
||||
zeek::event_mgr.Drain();
|
||||
sessions->Clear();
|
||||
terminating = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue