mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
BrokerStore <-> Zeek Tables: cleanup and bug workaround
This commit is contained in:
parent
7c37226eaa
commit
1888d6acae
3 changed files with 14 additions and 4 deletions
|
@ -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)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue