X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd.h;h=a2478b26844ae52cc345f6a477d6ef5de2d04b69;hb=e81e441fd8b80f7b9adbf9e0614063b75256cbfc;hp=bdcc720886edf2b9b4b8d8fd903843886b6f947f;hpb=298b318acaf1147474ab9e97cac37c3608660efd;p=rrdtool.git diff --git a/src/rrd.h b/src/rrd.h index bdcc720..a2478b2 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -5,6 +5,12 @@ ***************************************************************************** * $Id$ * $Log$ + * Revision 1.5 2003/04/25 18:35:08 jake + * Alternate update interface, updatev. Returns info about CDPs written to disk as result of update. Output format is similar to rrd_info, a hash of key-values. + * + * Revision 1.4 2003/04/01 22:52:23 jake + * Fix Win32 build. VC++ 6.0 and 7.0 now use the thread-safe code. + * * Revision 1.3 2003/02/13 07:05:27 oetiker * Find attached the patch I promised to send to you. Please note that there * are three new source files (src/rrd_is_thread_safe.h, src/rrd_thread_safe.c @@ -60,9 +66,9 @@ int rrd_xport(int, char **, int *, time_t *, time_t *, int rrd_create_r(char *filename, unsigned long pdp_step, time_t last_up, int argc, char **argv); -/* NOTE: rrd_update_r is only thread-safe if no at-style time +/* NOTE: rrd_update_r are only thread-safe if no at-style time specifications get used!!! */ -int rrd_update_r(char *filename, char *template, +int rrd_update_r(char *filename, char *_template, int argc, char **argv); int rrd_dump_r(char *filename); time_t rrd_last_r(char *filename);