summaryrefslogtreecommitdiffstats
path: root/database/rrdcalc.h
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2021-04-23 16:16:40 +0300
committerGitHub <noreply@github.com>2021-04-23 16:16:40 +0300
commit7b6362767e71b09ad1604de45c754e798c7dd169 (patch)
treed35af2e563d0b47d38722f3613b3e6e33ab4e7a0 /database/rrdcalc.h
parent3ec43de2167e3f9ad095bff05d7285e33e26cd69 (diff)
Rename struct fields from class to classification. (#11019)
These fields made our headers incompatible with C++, because `class` is a reserved keyword.
Diffstat (limited to 'database/rrdcalc.h')
-rw-r--r--database/rrdcalc.h2
1 files changed, 1 insertions, 1 deletions
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