summaryrefslogtreecommitdiffstats
path: root/src/ml/ml-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ml/ml-private.h')
-rw-r--r--src/ml/ml-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ml/ml-private.h b/src/ml/ml-private.h
index fc90589b3..cda24d0ed 100644
--- a/src/ml/ml-private.h
+++ b/src/ml/ml-private.h
@@ -313,7 +313,7 @@ typedef struct {
} ml_training_thread_t;
typedef struct {
- bool enable_anomaly_detection;
+ int enable_anomaly_detection;
unsigned max_train_samples;
unsigned min_train_samples;