Home
last modified time | relevance | path

Searched refs:list_notification (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/collectd5/collectd-5.12.0/src/daemon/
H A Dplugin.c121 static llist_t *list_notification; variable
1437 return create_register_callback(&list_notification, name, (void *)callback, in plugin_register_notification()
1628 return plugin_unregister(list_notification, name); in plugin_unregister_notification()
1951 destroy_all_callbacks(&list_notification); in plugin_shutdown_all()
2361 if (list_notification == NULL) in plugin_dispatch_notification()
2364 le = llist_head(list_notification); in plugin_dispatch_notification()