mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update Supervisor code for the new IOSource API
This commit is contained in:
parent
6ddcc87c48
commit
0cfb115c1b
3 changed files with 20 additions and 12 deletions
|
@ -674,6 +674,9 @@ int main(int argc, char** argv)
|
|||
broker_mgr->InitPostScript();
|
||||
timer_mgr->InitPostScript();
|
||||
|
||||
if ( zeek::supervisor_mgr )
|
||||
zeek::supervisor_mgr->InitPostScript();
|
||||
|
||||
if ( options.print_plugins )
|
||||
{
|
||||
bool success = show_plugins(options.print_plugins);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue