X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fplugin.h;h=d54db4bbee49f4dff926c13f77c8cb84b5426fcd;hb=808f54945bd554bdfb43e1efc2cdf6de18aefc4c;hp=8f0c6d86105fbfe56547d6b5d78ac9fd7a7f4b26;hpb=51612a1b2f96f6e360f874f6da0b20eac94f48b3;p=collectd.git diff --git a/src/plugin.h b/src/plugin.h index 8f0c6d86..d54db4bb 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -399,4 +399,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 */