mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
make want_record=T the default for events
This commit is contained in:
parent
63e8bf72ed
commit
76ea182387
7 changed files with 7 additions and 7 deletions
|
@ -84,7 +84,7 @@ export {
|
|||
|
||||
## 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.
|
||||
want_record: bool &default=F;
|
||||
want_record: bool &default=T;
|
||||
|
||||
## The event that is rised 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue