summaryrefslogtreecommitdiffstats
path: root/src/ml/ml.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ml/ml.h (renamed from ml/ml.h)1
1 files changed, 1 insertions, 0 deletions
diff --git a/ml/ml.h b/src/ml/ml.h
index f6e7a5436..5fe333bf7 100644
--- a/ml/ml.h
+++ b/src/ml/ml.h
@@ -46,6 +46,7 @@ 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);
+uint64_t sqlite_get_ml_space(void);
#ifdef __cplusplus
};