mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Adding &log attribute to static attr_names array.
This commit is contained in:
parent
34c475d4db
commit
2a21ebba2e
2 changed files with 3 additions and 1 deletions
|
@ -118,4 +118,6 @@ The Bro scripting language supports the following built-in attributes.
|
|||
|
||||
.. bro:attr:: &group
|
||||
|
||||
.. bro:attr:: &log
|
||||
|
||||
.. bro:attr:: (&tracked)
|
||||
|
|
|
@ -19,7 +19,7 @@ const char* attr_name(attr_tag t)
|
|||
"&persistent", "&synchronized", "&postprocessor",
|
||||
"&encrypt", "&match", "&disable_print_hook",
|
||||
"&raw_output", "&mergeable", "&priority",
|
||||
"&group", "(&tracked)",
|
||||
"&group", "&log", "(&tracked)",
|
||||
};
|
||||
|
||||
return attr_names[int(t)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue