mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
update input framework documentation to reflect want_record change.
This commit is contained in:
parent
f02ed65878
commit
a3798070da
1 changed files with 3 additions and 3 deletions
|
@ -82,11 +82,11 @@ export {
|
|||
## Record describing the fields to be retrieved from the source input.
|
||||
fields: any;
|
||||
|
||||
## If want_record if false (default), the event receives each value in fields as a seperate argument.
|
||||
## If it is set to true, the event receives all fields in a signle record value.
|
||||
## If want_record if false, the event receives each value in fields as a separate argument.
|
||||
## If it is set to true (default), the event receives all fields in a single record value.
|
||||
want_record: bool &default=T;
|
||||
|
||||
## The event that is rised each time a new line is received from the reader.
|
||||
## The event that is raised each time a new line is received from the reader.
|
||||
## The event will receive an Input::Event enum as the first element, and the fields as the following arguments.
|
||||
ev: any;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue