mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Converting log writers and input readers to plugins.
This commit is contained in:
parent
6d9e261384
commit
f4cbcb9b03
109 changed files with 1177 additions and 495 deletions
|
@ -120,7 +120,7 @@ WriterFrontend::WriterFrontend(const WriterBackend::WriterInfo& arg_info, EnumVa
|
|||
|
||||
if ( local )
|
||||
{
|
||||
backend = log_mgr->CreateBackend(this, writer->AsEnum());
|
||||
backend = log_mgr->CreateBackend(this, writer);
|
||||
|
||||
if ( backend )
|
||||
backend->Start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue