mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
add Terminate to input framework to prevent potential shutdown race-conditions.
This commit is contained in:
parent
a32bb59770
commit
3517c0ba99
3 changed files with 22 additions and 0 deletions
|
@ -357,6 +357,7 @@ void terminate_bro()
|
|||
|
||||
file_mgr->Terminate();
|
||||
log_mgr->Terminate();
|
||||
input_mgr->Terminate();
|
||||
thread_mgr->Terminate();
|
||||
|
||||
mgr.Drain();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue