mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Beginning implementation of &on_change for tables.
This commit is contained in:
parent
f6a1a7053b
commit
bf31587c2c
7 changed files with 92 additions and 2 deletions
|
@ -298,6 +298,7 @@ when return TOK_WHEN;
|
|||
&read_expire return TOK_ATTR_EXPIRE_READ;
|
||||
&redef return TOK_ATTR_REDEF;
|
||||
&write_expire return TOK_ATTR_EXPIRE_WRITE;
|
||||
&on_change return TOK_ATTR_ON_CHANGE;
|
||||
|
||||
@deprecated.* {
|
||||
auto num_files = file_stack.length();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue