Merge branch 'collectd-5.5'
[collectd.git] / src / daemon / plugin.h
index 2e20da4..daea4fc 100644 (file)
@@ -177,6 +177,8 @@ typedef struct user_data_s user_data_t;
 struct plugin_ctx_s
 {
        cdtime_t interval;
+       cdtime_t flush_interval;
+       cdtime_t flush_timeout;
 };
 typedef struct plugin_ctx_s plugin_ctx_t;