Category:Callback shutdown

From collectd Wiki

Jump to: navigation, search

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);