mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
more complex types...
This commit is contained in:
parent
b245d4168a
commit
86730c13dd
8 changed files with 372 additions and 31 deletions
|
@ -2,11 +2,14 @@
|
|||
module Input;
|
||||
|
||||
export {
|
||||
const default_reader = READER_ASCII &redef;
|
||||
|
||||
type ReaderDescription: record {
|
||||
source: string;
|
||||
idx: any;
|
||||
val: any;
|
||||
destination: any;
|
||||
reader: Reader &default=default_reader;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue