From: oetiker Date: Thu, 11 Sep 2008 07:01:30 +0000 (+0000) Subject: no , on the last member in C X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=3f19a82f5467749ffc0f853d18e7f26a12a0a91a;hp=3751e39b17ac8807d0fb68e0096228ad8da54e43 no , on the last member in C git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1499 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_format.h b/src/rrd_format.h index dd07f51..e9e6f11 100644 --- a/src/rrd_format.h +++ b/src/rrd_format.h @@ -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. */ };