Code

src/daemon/utils_cache.h: Improve documentation for uc_iterator_get_next().
[collectd.git] / src / daemon / plugin.h
index de42c068f536bf462d86659b30d677b9efaaeb1f..9c1d72e107b3d1b1f2c11a06593b33eb2605d515 100644 (file)
@@ -110,9 +110,7 @@ struct value_list_s
 };
 typedef struct value_list_s value_list_t;
 
-#define VALUE_LIST_INIT { NULL, 0, 0, plugin_get_interval (), \
-       "localhost", "", "", "", "", NULL }
-#define VALUE_LIST_STATIC { NULL, 0, 0, 0, "localhost", "", "", "", "", NULL }
+#define VALUE_LIST_INIT { .values = NULL, .meta = NULL }
 
 struct data_source_s
 {