From 7b6362767e71b09ad1604de45c754e798c7dd169 Mon Sep 17 00:00:00 2001 From: vkalintiris Date: Fri, 23 Apr 2021 16:16:40 +0300 Subject: Rename struct fields from class to classification. (#11019) These fields made our headers incompatible with C++, because `class` is a reserved keyword. --- database/rrdcalc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/rrdcalc.h') diff --git a/database/rrdcalc.h b/database/rrdcalc.h index d3e53a0663..b4122c6056 100644 --- a/database/rrdcalc.h +++ b/database/rrdcalc.h @@ -42,7 +42,7 @@ struct rrdcalc { char *exec; // the command to execute when this alarm switches state char *recipient; // the recipient of the alarm (the first parameter to exec) - char *class; // the class that this alarm belongs + char *classification; // the class that this alarm belongs char *component; // the component that this alarm refers to char *type; // type of the alarm -- cgit v1.2.3