mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Move zeek::net namespace to zeek::run_state namespace.
This also moves all of the code from Net.{h,cc} to RunState.{h,cc} and marks Net.h as deprecated
This commit is contained in:
parent
d608e7c9a5
commit
0ac3fafe13
64 changed files with 477 additions and 467 deletions
|
@ -49,7 +49,7 @@ namespace zeek { namespace detail {
|
|||
|
||||
void fuzzer_cleanup_one_input()
|
||||
{
|
||||
terminating = true;
|
||||
run_state::terminating = true;
|
||||
broker_mgr->ClearStores();
|
||||
file_mgr->Terminate();
|
||||
timer_mgr->Expire();
|
||||
|
@ -58,7 +58,7 @@ void fuzzer_cleanup_one_input()
|
|||
sessions->Drain();
|
||||
zeek::event_mgr.Drain();
|
||||
sessions->Clear();
|
||||
terminating = false;
|
||||
run_state::terminating = false;
|
||||
}
|
||||
|
||||
}} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue