mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update ZAM BiF-tracking
This commit is contained in:
parent
b93a4f5d2f
commit
759281dabd
3 changed files with 4 additions and 1 deletions
|
@ -72,6 +72,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"Analyzer::__register_for_port", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Analyzer::__schedule_analyzer", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Analyzer::__tag", ATTR_FOLDABLE},
|
||||
{"Cluster::Backend::ZeroMQ::spawn_zmq_proxy_thread", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Cluster::Backend::__init", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Cluster::__subscribe", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Cluster::__unsubscribe", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue