X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_update.c;h=de708df7564ff9fab0f6c30f6e4686c0b71d3f2a;hb=e6271afb13033053281a06abda00e06bd007fba6;hp=44312bd0fef7b6af222a0d17b986a6f1977124c8;hpb=087ab4a457489d797e3d25c978a2682ea8cf512e;p=rrdtool.git diff --git a/src/rrd_update.c b/src/rrd_update.c index 44312bd..de708df 100644 --- a/src/rrd_update.c +++ b/src/rrd_update.c @@ -5,6 +5,9 @@ ***************************************************************************** * $Id$ * $Log$ + * Revision 1.14 2003/11/11 19:46:21 oetiker + * replaced time_value with rrd_time_value as MacOS X introduced a struct of that name in their standard headers + * * Revision 1.13 2003/11/11 19:38:03 oetiker * rrd files should NOT change size ever ... bulk update code wa buggy. * -- David M. Grimes @@ -466,7 +469,7 @@ _rrd_update(char *filename, char *template, int argc, char **argv, char *p; char *parsetime_error = NULL; enum {atstyle, normal} timesyntax; - struct time_value ds_tv; + struct rrd_time_value ds_tv; if (stepper == NULL){ rrd_set_error("failed duplication argv entry"); free(updvals);