From: Tobias Oetiker Date: Mon, 19 Nov 2012 08:17:55 +0000 (+0100) Subject: fixed regression from renaming skipscale X-Git-Tag: 1.4.8~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db4fe1aaf420d0f636c8bed37f7f7bc166a51016;p=thirdparty%2Frrdtool-1.x.git fixed regression from renaming skipscale --- diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 03c81f0c..f098380b 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -159,7 +159,7 @@ typedef struct graph_desc_t { enum gf_en gf; /* graphing function */ int stack; /* boolean */ int debug; /* boolean */ - int ignore_for_scaling; /* boolean */ + int skipscale; /* boolean */ char vname[MAX_VNAME_LEN + 1]; /* name of the variable */ long vidx; /* gdes reference */ char rrd[1024]; /* name of the rrd_file containing data */