X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_info.c;h=eaeeea36ed9c9101b2b88f37d7fb2571505c89d6;hb=a6fc0fa1cf5e60a0619993adfc8e4eedcebe4b96;hp=3ab1b592da1a323594689713a5b1654ed53318dd;hpb=9e56458803c05e1b98591818412a08ffcf3f0401;p=rrdtool.git diff --git a/src/rrd_info.c b/src/rrd_info.c index 3ab1b59..eaeeea3 100644 --- a/src/rrd_info.c +++ b/src/rrd_info.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.3.2 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.4.2 Copyright by Tobi Oetiker, 1997-2009 ***************************************************************************** * rrd_info Get Information about the configuration of an RRD *****************************************************************************/ @@ -178,6 +178,11 @@ rrd_info_t *rrd_info_r( for (i = 0; i < rrd.stat_head->ds_cnt; i++) { + info.u_cnt=i; + cd= rrd_info_push(cd,sprintf_alloc("ds[%s].index", + rrd.ds_def[i].ds_nam), + RD_I_CNT, info); + info.u_str = rrd.ds_def[i].dst; cd = rrd_info_push(cd, sprintf_alloc("ds[%s].type", rrd.ds_def[i].ds_nam),