Category:Callback shutdown
From collectd Wiki
Category for plugins which (may) register a shutdown callback.
shutdown callbacks are registered with the following function from src/plugin.h:
typedef int (*plugin_shutdown_cb) (void);
int plugin_register_shutdown (char *name,
plugin_shutdown_cb callback);
Pages in category "Callback shutdown"
The following 71 pages are in this category, out of 71 total.