X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=fa5e7ceac0135fac2f16e24b731346f525b593ba;hb=a3e9d613aebcf9bb824339fb3e4954930a9e75f2;hp=1f20a40ef406f5c8c252f16083c4928f9a97345c;hpb=23be36896d8cf89dd9dbcdb2bb62677ca01810f8;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 1f20a40..fa5e7ce 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -91,6 +91,8 @@ typedef struct ylab_t { typedef struct graph_desc_t { enum gf_en gf; /* graphing function */ + int stack; /* boolean */ + int debug; /* boolean */ char vname[MAX_VNAME_LEN+1]; /* name of the variable */ long vidx; /* gdes reference */ char rrd[255]; /* name of the rrd_file containing data */ @@ -209,7 +211,6 @@ void rrd_graph_init(image_desc_t *); void rrd_graph_options(int, char **, image_desc_t *); void rrd_graph_script(int, char **, image_desc_t *); int rrd_graph_check_vname(image_desc_t *, char *, char *); -int rrd_graph_check_CF(image_desc_t *, char *, char *); int rrd_graph_color(image_desc_t *, char *, char *, int); int rrd_graph_legend(graph_desc_t *, char *); int bad_format(char *);