Code

resolve the "flush inconsistency":
[rrdtool.git] / src / rrd_open.c
index 062de236b0b41c77674dd8fabc202e48e8482c50..59526d8b4c3ae3c49582afbd6da2ee440e500123 100644 (file)
@@ -675,6 +675,13 @@ ssize_t rrd_write(
 }
 
 
+/* this is a leftover from the old days, it serves no purpose
+   and is therefore turned into a no-op */
+void rrd_flush(
+    rrd_file_t *rrd_file  __attribute__((unused)))
+{
+}
+
 /* Initialize RRD header.  */
 
 void rrd_init(