prepare for 1.3 beta 1
[rrdtool.git] / src / rrd_format.h
index c841a6d..4d2dced 100644 (file)
@@ -21,7 +21,8 @@
 #define RRD_COOKIE    "RRD"
 /* #define RRD_VERSION   "0002" */
 /* changed because microsecond precision requires another field */
-#define RRD_VERSION   "0003"
+#define RRD_VERSION   "0004"
+#define RRD_VERSION3  "0003"
 #define FLOAT_COOKIE  8.642135E130
 
 #include "rrd_nan_inf.h"
@@ -179,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