mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
yay, basic table assignment.
This commit is contained in:
parent
5b0c307f87
commit
b245d4168a
6 changed files with 87 additions and 8 deletions
|
@ -5,8 +5,8 @@ export {
|
|||
type ReaderDescription: record {
|
||||
source: string;
|
||||
idx: any;
|
||||
val: any &optional;
|
||||
destination: any &optional;
|
||||
val: any;
|
||||
destination: any;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue