mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Remove everything related to aggregation
This commit is contained in:
parent
643bb38419
commit
4718e5cf00
11 changed files with 60 additions and 166 deletions
|
@ -811,6 +811,7 @@ SetupResult setup(int argc, char** argv, Options* zopts) {
|
|||
|
||||
RecordType::InitPostScript();
|
||||
|
||||
telemetry_mgr->InitPostScript();
|
||||
iosource_mgr->InitPostScript();
|
||||
log_mgr->InitPostScript();
|
||||
plugin_mgr->InitPostScript();
|
||||
|
@ -819,10 +820,6 @@ SetupResult setup(int argc, char** argv, Options* zopts) {
|
|||
timer_mgr->InitPostScript();
|
||||
event_mgr.InitPostScript();
|
||||
|
||||
// telemetry_mgr has be initialized after broker manager since it might
|
||||
// register for a topic and would fail to do so otherwise.
|
||||
telemetry_mgr->InitPostScript();
|
||||
|
||||
if ( supervisor_mgr )
|
||||
supervisor_mgr->InitPostScript();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue