mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Table expiry now raises &on_change handlers
Expiry is remprted as ELEMENT_EXPIRED (which was newly introduced), to allow distinction from table deletion.
This commit is contained in:
parent
7f9f66fce9
commit
18ab7838a9
5 changed files with 138 additions and 9 deletions
|
@ -229,6 +229,7 @@ enum TableChange %{
|
|||
TABLE_ELEMENT_NEW,
|
||||
TABLE_ELEMENT_CHANGED,
|
||||
TABLE_ELEMENT_REMOVED,
|
||||
TABLE_ELEMENT_EXPIRED,
|
||||
%}
|
||||
|
||||
module Reporter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue