Category:Callback config
From collectd Wiki
Category for plugins which (may) register an configuration callback.
config callbacks are registered with one of the following functions from src/plugin.h:
int plugin_register_config (const char *name,
int (*callback) (const char *key, const char *val),
const char **keys, int keys_num);
int plugin_register_complex_config (const char *type,
int (*callback) (oconfig_item_t *));
Pages in category "Callback config"
The following 119 pages are in this category, out of 119 total.