X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_format.h;h=e9e6f11ab5a6a45c37ef3453daff06a92ade17e8;hp=7f974cb62deb9dc5d8a734ed153b27cbb95f3b45;hb=f0a82ae15cafb6ad47ea0c9f74754820e92e2078;hpb=bba286413a4490ff4546c3ebeb0135f5bafed254 diff --git a/src/rrd_format.h b/src/rrd_format.h index 7f974cb..e9e6f11 100644 --- a/src/rrd_format.h +++ b/src/rrd_format.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.3rc9 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.3.2 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrd_format.h RRD Database Format header *****************************************************************************/ @@ -245,7 +245,7 @@ enum rra_par_en { RRA_cdp_xff_val = 0, /* what part of the consolidated RRA_delta_neg = 2, /* RRA_dependent_rra_idx = 3, */ RRA_window_len = 4, - RRA_failure_threshold = 5, + RRA_failure_threshold = 5 /* For CF_FAILURES, number of violations within the last * window required to mark a failure. */ };