src/daemon/plugin.[ch]: Add the plugin name to the context.
[collectd.git] / src / daemon / plugin.h
index 0369067..024e538 100644 (file)
@@ -171,6 +171,7 @@ struct user_data_s {
 typedef struct user_data_s user_data_t;
 
 struct plugin_ctx_s {
+  char *name;
   cdtime_t interval;
   cdtime_t flush_interval;
   cdtime_t flush_timeout;