summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e94b28c)
raw | patch | inline | side by side (parent: e94b28c)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 22 Jul 2007 15:51:39 +0000 (15:51 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 22 Jul 2007 15:51:39 +0000 (15:51 +0000) |
src/rrd_format.h | patch | blob | history |
diff --git a/src/rrd_format.h b/src/rrd_format.h
index d95ea4a73a31178519e689a8829c88e12c0ade4d..711778f1a5ccdec84e0f382fd19dcbddde36e46d 100644 (file)
--- a/src/rrd_format.h
+++ b/src/rrd_format.h
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. */
/* 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