From: Tobias Oetiker Date: Sun, 22 Jul 2007 15:51:39 +0000 (+0000) Subject: new consolidation functions must be added last or this will break binary compatibility X-Git-Tag: 1.3rc2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de92b2ba4986f6e0bce010c1755e977dfff6c902;p=thirdparty%2Frrdtool-1.x.git new consolidation functions must be added last or this will break binary compatibility git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1169 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_format.h b/src/rrd_format.h index d95ea4a7..711778f1 100644 --- a/src/rrd_format.h +++ b/src/rrd_format.h @@ -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