X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=2b1c05be921676622129bf4e400f919a8a1c2502;hb=6abd9aa12683af559ac1752bc1958e0e0b930280;hp=0642d4199212d7133610d4f6053d994736a64617;hpb=ae6fbf3591f5f809487171f6dfe7180a1573da3b;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 0642d41..2b1c05b 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -244,8 +244,8 @@ typedef struct image_desc_t { cairo_font_options_t *font_options; /* cairo font options */ cairo_antialias_t graph_antialias; /* antialiasing for the graph */ - info_t *grinfo; /* root pointer to extra graph info */ - info_t *grinfo_current; /* pointing to current entry */ + rrd_info_t *grinfo; /* root pointer to extra graph info */ + rrd_info_t *grinfo_current; /* pointing to current entry */ } image_desc_t; /* Prototypes */ @@ -454,5 +454,5 @@ void gfx_area_fit( void grinfo_push( image_desc_t *im, char *key, - enum info_type type, - infoval value); + rrd_info_type_t type, + rrd_infoval_t value);