mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
added new Cluster:: BiFs to script optimization tracking
This commit is contained in:
parent
a2a47ba334
commit
2a9c1d900f
3 changed files with 11 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
534 seen BiFs, 0 unseen BiFs (), 0 new BiFs ()
|
||||
539 seen BiFs, 0 unseen BiFs (), 0 new BiFs ()
|
||||
|
|
|
@ -95,6 +95,11 @@ global known_BiFs = set(
|
|||
"Broker::__vector_size",
|
||||
"Broker::make_event",
|
||||
"Broker::publish",
|
||||
"Cluster::Backend::__init",
|
||||
"Cluster::__subscribe",
|
||||
"Cluster::__unsubscribe",
|
||||
"Cluster::make_event",
|
||||
"Cluster::publish",
|
||||
"Cluster::publish_hrw",
|
||||
"Cluster::publish_rr",
|
||||
"FileExtract::__set_limit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue