X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_format.h;h=da0f1ba46c54329b78ab27a33c6a9608b0249403;hp=ad08e8529ae2ee9a443cd860cb381699710570d7;hb=a1fe8fd19bb4f558150e52c0624869667b739877;hpb=e8f4081448f258adfbfa962b75d8392a7e152849 diff --git a/src/rrd_format.h b/src/rrd_format.h index ad08e85..da0f1ba 100644 --- a/src/rrd_format.h +++ b/src/rrd_format.h @@ -144,7 +144,7 @@ enum ds_param_en { DS_mrhb_cnt=0, /* minimum required heartbeat. A * least every ds_mrhb seconds, * otherwise it is regarded dead and * will be set to UNKNOWN */ - DS_min_val, /* the processed input of a ds must */ + DS_min_val, /* the processed input of a ds must */ DS_max_val, /* be between max_val and min_val * both can be set to UNKNOWN if you * do not care. Data outside the limits @@ -172,7 +172,7 @@ enum cf_en { CF_AVERAGE=0, /* data consolidation functions */ CF_MINIMUM, CF_MAXIMUM, CF_LAST, - CF_HWPREDICT, + CF_HWPREDICT, /* An array of predictions using the seasonal * Holt-Winters algorithm. Requires an RRA of type * CF_SEASONAL for this data source. */