summaryrefslogtreecommitdiffstats
path: root/src/health_log.c
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:21 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:21 +0000
commit61aedf201c2c4bf0e5aa4db32e74f4d860b88593 (patch)
treebcf4f9a0cd8bc2daf38b2ff9f29bfcc1e5ed8968 /src/health_log.c
parentNew upstream version 1.8.0+dfsg (diff)
downloadnetdata-34dce83fb12ddcccdb106b8f88f3f3f3793e9c3f.tar.xz
netdata-34dce83fb12ddcccdb106b8f88f3f3f3793e9c3f.zip
New upstream version 1.9.0+dfsgupstream/1.9.0+dfsg
Diffstat (limited to 'src/health_log.c')
-rw-r--r--src/health_log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/health_log.c b/src/health_log.c
index 9881d35d4..0314b086c 100644
--- a/src/health_log.c
+++ b/src/health_log.c
@@ -351,8 +351,8 @@ inline void health_alarm_log(
time_t duration,
calculated_number old_value,
calculated_number new_value,
- int old_status,
- int new_status,
+ RRDCALC_STATUS old_status,
+ RRDCALC_STATUS new_status,
const char *source,
const char *units,
const char *info,