X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_format.h;h=c4c8690f171e8c7d477dfa068fba190482b24c2d;hp=c841a6d0dc3134559589540ac3287a757c2b4b59;hb=51fcea2cbf9721f012f2f0d43c604a3aaf684ee8;hpb=5493345a7b1e79ef80e6f333b3b5162b976390b9 diff --git a/src/rrd_format.h b/src/rrd_format.h index c841a6d..c4c8690 100644 --- a/src/rrd_format.h +++ b/src/rrd_format.h @@ -165,6 +165,7 @@ enum cf_en { CF_AVERAGE = 0, /* data consolidation functions */ CF_MAXIMUM, CF_LAST, CF_HWPREDICT, + CF_MHWPREDICT, /* An array of predictions using the seasonal * Holt-Winters algorithm. Requires an RRA of type * CF_SEASONAL for this data source. */