summaryrefslogtreecommitdiffstats
path: root/ml/ml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml/ml.h')
-rw-r--r--ml/ml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ml/ml.h b/ml/ml.h
index 320fc0b2f9..a6738294bd 100644
--- a/ml/ml.h
+++ b/ml/ml.h
@@ -33,7 +33,7 @@ void ml_start_anomaly_detection_threads(RRDHOST *RH);
void ml_stop_anomaly_detection_threads(RRDHOST *RH);
void ml_cancel_anomaly_detection_threads(RRDHOST *RH);
-char *ml_get_host_info(RRDHOST *RH);
+void ml_get_host_info(RRDHOST *RH, BUFFER *wb);
char *ml_get_host_runtime_info(RRDHOST *RH);
char *ml_get_host_models(RRDHOST *RH);