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