summaryrefslogtreecommitdiffstats
path: root/ml/ml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml/ml.h')
-rw-r--r--ml/ml.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ml/ml.h b/ml/ml.h
index 964dd0821..9384f8a9e 100644
--- a/ml/ml.h
+++ b/ml/ml.h
@@ -23,6 +23,9 @@ void ml_stop_threads(void);
void ml_host_new(RRDHOST *rh);
void ml_host_delete(RRDHOST *rh);
+void ml_host_start(RRDHOST *RH);
+void ml_host_stop(RRDHOST *RH);
+
void ml_host_get_info(RRDHOST *RH, BUFFER *wb);
void ml_host_get_detection_info(RRDHOST *RH, BUFFER *wb);
void ml_host_get_models(RRDHOST *RH, BUFFER *wb);
@@ -40,6 +43,9 @@ int ml_dimension_load_models(RRDDIM *rd);
void ml_update_global_statistics_charts(uint64_t models_consulted);
+bool ml_host_get_host_status(RRDHOST *rh, struct ml_metrics_statistics *mlm);
+bool ml_host_running(RRDHOST *rh);
+
#ifdef __cplusplus
};
#endif