mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
btest/zam: Update for new EventMetadata bifs
This commit is contained in:
parent
506fea3335
commit
e4e9ec3e80
3 changed files with 7 additions and 1 deletions
|
@ -79,6 +79,9 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"Cluster::__unsubscribe", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Cluster::make_event", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Cluster::publish", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"EventMetadata::current", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"EventMetadata::current_all", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"EventMetadata::register", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"FileExtract::__set_limit", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Files::__add_analyzer", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Files::__analyzer_enabled", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
560 seen BiFs, 0 unseen BiFs (), 0 new BiFs ()
|
||||
563 seen BiFs, 0 unseen BiFs (), 0 new BiFs ()
|
||||
|
|
|
@ -106,6 +106,9 @@ global known_BiFs = set(
|
|||
"Cluster::publish",
|
||||
"Cluster::publish_hrw",
|
||||
"Cluster::publish_rr",
|
||||
"EventMetadata::current",
|
||||
"EventMetadata::current_all",
|
||||
"EventMetadata::register",
|
||||
"FileExtract::__set_limit",
|
||||
"Files::__add_analyzer",
|
||||
"Files::__analyzer_enabled",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue