X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd.h;h=91bf660b4936679c36459653a921c7b61a62fe31;hp=28a50d7bf18e2532965bff032fcb4a9c56591d89;hb=c29c7a38247934755ae9a68abb1bcf8cc7872d24;hpb=3501907ea29f921eefcae6bd50c3f31eca0e49b2 diff --git a/src/rrd.h b/src/rrd.h index 28a50d7..91bf660 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -226,14 +226,20 @@ extern "C" { const char **argv); rrd_info_t *rrd_info_r( char *); -/* NOTE: rrd_update_r are only thread-safe if no at-style time - specifications get used!!! */ +/* NOTE: rrd_update_r and rrd_update_v_r are only thread-safe if no at-style + time specifications get used!!! */ int rrd_update_r( const char *filename, const char *_template, int argc, const char **argv); + int rrd_update_v_r( + const char *filename, + const char *_template, + int argc, + const char **argv, + rrd_info_t * pcdp_summary); int rrd_fetch_r ( const char *filename, const char *cf,