From db4fe1aaf420d0f636c8bed37f7f7bc166a51016 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Mon, 19 Nov 2012 09:17:55 +0100 Subject: [PATCH] fixed regression from renaming skipscale --- src/rrd_graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2