mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Documenting logging API.
This commit is contained in:
parent
1058e11ffb
commit
29fc56105d
8 changed files with 625 additions and 180 deletions
|
@ -1279,7 +1279,7 @@ Value** Manager::RecordToFilterVals(Stream* stream, Filter* filter,
|
|||
}
|
||||
|
||||
WriterFrontend* Manager::CreateWriter(EnumVal* id, EnumVal* writer, string path,
|
||||
int num_fields, Field** fields)
|
||||
int num_fields, const Field* const* fields)
|
||||
{
|
||||
Stream* stream = FindStream(id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue