X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.h;h=00ab15ba1f1c90fe91958f9add1382c3c35826e7;hp=de968a70b44db05fad224d91f24180d3f8e4b342;hb=c5200a11ec773ecc9bc2d30ffadd0af4a2317741;hpb=bb83aaeeebc765f2888f23d109343b5af5d634ab diff --git a/src/rrd_graph.h b/src/rrd_graph.h index de968a7..00ab15b 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -215,6 +215,7 @@ typedef struct image_desc_t { long xorigin, yorigin; /* where is (0,0) of the graph */ long ximg, yimg; /* total size of the image */ + size_t rendered_image_size; double zoom; double magfact; /* numerical magnitude */ long base; /* 1000 or 1024 depending on what we graph */ @@ -227,6 +228,7 @@ typedef struct image_desc_t { int extra_flags; /* flags for boolean options */ /* data elements */ + unsigned char *rendered_image; long prt_c; /* number of print elements */ long gdes_c; /* number of graphics elements */ graph_desc_t *gdes; /* points to an array of graph elements */