mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
broker integration: add unit tests for remote log/print/event
This commit is contained in:
parent
2b598e3d5a
commit
5527543601
17 changed files with 333 additions and 8 deletions
|
@ -944,7 +944,7 @@ int main(int argc, char** argv)
|
|||
|
||||
#ifdef ENABLE_BROKER
|
||||
comm_mgr->InitPostScript();
|
||||
iosource_mgr->Register(comm_mgr);
|
||||
iosource_mgr->Register(comm_mgr, true);
|
||||
#endif
|
||||
|
||||
#ifdef USE_PERFTOOLS_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue