summaryrefslogtreecommitdiffstats
path: root/health/health.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 /health/health.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 'health/health.h')
-rw-r--r--health/health.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.h b/health/health.h
index 8ee3f95b8d..56331b2278 100644
--- a/health/health.h
+++ b/health/health.h
@@ -67,7 +67,7 @@ extern ALARM_ENTRY* health_create_alarm_entry(
const char *name,
const char *chart,
const char *family,
- const char *class,
+ const char *classification,
const char *component,
const char *type,
const char *exec,