mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
switch to set if record or simple value is desired.
This commit is contained in:
parent
1a642f3568
commit
cde8153c18
2 changed files with 11 additions and 4 deletions
|
@ -9,6 +9,7 @@ export {
|
|||
idx: any;
|
||||
val: any;
|
||||
destination: any;
|
||||
want_record: bool &default=T;
|
||||
reader: Reader &default=default_reader;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue