X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_format.h;h=0d8a9dc3751c099d09e9039bfc9fc430340a5ae0;hb=aece9a43678dd1ab14316a385ee1599cd31e3011;hp=d95ea4a73a31178519e689a8829c88e12c0ade4d;hpb=a6cabd4d567fa0bfd8192ef99c804f1b2359e22d;p=rrdtool.git diff --git a/src/rrd_format.h b/src/rrd_format.h index d95ea4a..0d8a9dc 100644 --- a/src/rrd_format.h +++ b/src/rrd_format.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 + * RRDtool 1.2.99907080300 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_format.h RRD Database Format header *****************************************************************************/ @@ -166,7 +166,6 @@ 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. */ @@ -181,7 +180,10 @@ enum cf_en { CF_AVERAGE = 0, /* data consolidation functions */ /* An array of smoothed seasonal deviations. Requires * an RRA of type CF_HWPREDICT for this data source. * */ - CF_FAILURES + CF_FAILURES, + /* HWPREDICT that follows a moving baseline */ + CF_MHWPREDICT + /* new entries must come last !!! */ }; /* A binary array of failure indicators: 1 indicates