Category:Callback write
From collectd Wiki
Category for plugins which (may) register a write callback.
write callbacks are registered with the following function from src/plugin.h:
typedef int (*plugin_write_cb) (const data_set_t *, const value_list_t *,
user_data_t *);
int plugin_register_write (const char *name,
plugin_write_cb callback, user_data_t *user_data);
Pages in category "Callback write"
The following 27 pages are in this category, out of 27 total.