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:
Johanna Amann 2020-02-05 12:37:52 -08:00
parent 7f9f66fce9
commit 18ab7838a9
5 changed files with 138 additions and 9 deletions

View file

@ -229,6 +229,7 @@ enum TableChange %{
TABLE_ELEMENT_NEW,
TABLE_ELEMENT_CHANGED,
TABLE_ELEMENT_REMOVED,
TABLE_ELEMENT_EXPIRED,
%}
module Reporter;