summaryrefslogtreecommitdiffstats
path: root/src/health/rrdcalc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/health/rrdcalc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/health/rrdcalc.h b/src/health/rrdcalc.h
index 5c998b310..3a7951a73 100644
--- a/src/health/rrdcalc.h
+++ b/src/health/rrdcalc.h
@@ -121,7 +121,7 @@ RRDCALC *rrdcalc_acquired_to_rrdcalc(const RRDCALC_ACQUIRED *rca);
const char *rrdcalc_status2string(RRDCALC_STATUS status);
-uint32_t rrdcalc_get_unique_id(RRDHOST *host, STRING *chart, STRING *name, uint32_t *next_event_id, uuid_t *config_hash_id);
+uint32_t rrdcalc_get_unique_id(RRDHOST *host, STRING *chart, STRING *name, uint32_t *next_event_id, nd_uuid_t *config_hash_id);
static inline int rrdcalc_isrepeating(RRDCALC *rc) {
if (unlikely(rc->config.warn_repeat_every > 0 || rc->config.crit_repeat_every > 0)) {
@@ -143,4 +143,6 @@ void rrdcalc_unlink_and_delete(RRDHOST *host, RRDCALC *rc, bool having_ll_wrlock
#define RRDCALC_VAR_LABEL "${label:"
#define RRDCALC_VAR_LABEL_LEN (sizeof(RRDCALC_VAR_LABEL)-1)
+void rrdcalc_child_disconnected(RRDHOST *host);
+
#endif //NETDATA_RRDCALC_H