BrokerStore <-> Zeek Tables: cleanup and bug workaround

This commit is contained in:
Johanna Amann 2020-07-13 17:22:23 -07:00
parent 7c37226eaa
commit 1888d6acae
3 changed files with 14 additions and 4 deletions

View file

@ -20,8 +20,8 @@ const char* attr_name(AttrTag t)
"&read_expire", "&write_expire", "&create_expire",
"&raw_output", "&priority",
"&group", "&log", "&error_handler", "&type_column",
"(&tracked)", "&on_change", "&broker_store",
"&broker_allow_complex_type", "&backend", "&deprecated",
"(&tracked)", "&on_change", "&broker_store",
"&broker_allow_complex_type", "&backend", "&deprecated",
};
return attr_names[int(t)];