X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=fa0915289c7df6ec1422f230f786d36e176b9320;hb=096bb3f53482c95c3d2dd09e8c7b2329f6c1c2ff;hp=6058a4f54e0e6908e0f03028db2e332041169b8f;hpb=49593a6456b8dd4e82f82d8c76aaf21ce876ea92;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 6058a4f..fa09152 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -158,6 +158,7 @@ typedef struct graph_desc_t { char rrd[1024]; /* name of the rrd_file containing data */ char ds_nam[DS_NAM_SIZE]; /* data source name */ long ds; /* data source number */ + char daemon[256]; enum cf_en cf; /* consolidation function */ enum cf_en cf_reduce; /* consolidation function for reduce_data() */ struct gfx_color_t col, col2; /* graph color */