Code

Add rrd_update_v_r to librrd -- Frederik Kriewitz
[rrdtool-all.git] / program / src / rrd_update.c
index 0335a9ef27670a37e1e10675ac3281dac8f9d710..110162705ddc7e0760a9c8ba0c5f44d68f37a271 100644 (file)
@@ -477,6 +477,16 @@ int rrd_update_r(
     return _rrd_update(filename, tmplt, argc, argv, NULL);
 }
 
+int rrd_update_v_r(
+    const char *filename,
+    const char *tmplt,
+    int argc,
+    const char **argv,
+    rrd_info_t * pcdp_summary)
+{
+    return _rrd_update(filename, tmplt, argc, argv, pcdp_summary);
+}
+
 int _rrd_update(
     const char *filename,
     const char *tmplt,