Update ZAM BiF-tracking

This commit is contained in:
Arne Welzel 2024-12-10 19:51:45 +01:00
parent b93a4f5d2f
commit 759281dabd
3 changed files with 4 additions and 1 deletions

View file

@ -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},