X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.h;fp=src%2Fdaemon%2Fplugin.h;h=3db88e3f26406a3dccec3dd7e2fc6f86efbf3595;hb=6a68a39a2c6987fdcc94fb1bdd9cc8f598fd9478;hp=70a22326e09f7b3f492877711e6b5152e5e369c8;hpb=6d13532642c934667697842e4ff021e070ddf34d;p=collectd.git diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index 70a22326..3db88e3f 100644 --- a/src/daemon/plugin.h +++ b/src/daemon/plugin.h @@ -457,4 +457,10 @@ cdtime_t plugin_get_interval (void); int plugin_thread_create (pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine) (void *), void *arg); +/* + * Plugins need to implement this + */ + +void module_register (void); + #endif /* PLUGIN_H */