Code

There are two popular variants of the Holt-Winters forecasting method; RRDtool
[rrdtool.git] / src / rrd_format.c
index 6002495dcaa040c0828e807827085fba16a283f0..41dee7e0fdd26b7b0df6973d1acd540e0488aac9 100644 (file)
@@ -75,6 +75,7 @@ enum cf_en cf_conv(
         converter(MAX, CF_MAXIMUM)
         converter(LAST, CF_LAST)
         converter(HWPREDICT, CF_HWPREDICT)
+        converter(MHWPREDICT, CF_MHWPREDICT)
         converter(DEVPREDICT, CF_DEVPREDICT)
         converter(SEASONAL, CF_SEASONAL)
         converter(DEVSEASONAL, CF_DEVSEASONAL)