DNS_Mgr changes to match the new IOSource API and loop architecture

This commit is contained in:
Tim Wojtulewicz 2019-11-26 12:58:41 -07:00
parent 8b9160fb7e
commit c4d9566294
3 changed files with 27 additions and 51 deletions

View file

@ -290,6 +290,7 @@ void terminate_bro()
input_mgr->Terminate();
thread_mgr->Terminate();
broker_mgr->Terminate();
dns_mgr->Terminate();
mgr.Drain();