Beginning implementation of &on_change for tables.

This commit is contained in:
Johanna Amann 2020-01-09 12:47:16 -05:00
parent f6a1a7053b
commit bf31587c2c
7 changed files with 92 additions and 2 deletions

View file

@ -225,6 +225,12 @@ type gtp_qos_profile: record;
type gtp_private_extension: record;
type gtp_gsn_addr: record;
enum TableChange %{
TABLE_ELEMENT_NEW,
TABLE_ELEMENT_CHANGED,
TABLE_ELEMENT_REMOVED,
%}
module Reporter;
enum Level %{