summaryrefslogtreecommitdiffstats
path: root/src/ml/ml-private.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 17:33:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 17:34:10 +0000
commit83ba6762cc43d9db581b979bb5e3445669e46cc2 (patch)
tree2e69833b43f791ed253a7a20318b767ebe56cdb8 /src/ml/ml-private.h
parentReleasing debian version 1.47.5-1. (diff)
downloadnetdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.tar.xz
netdata-83ba6762cc43d9db581b979bb5e3445669e46cc2.zip
Merging upstream version 2.0.3+dfsg (Closes: #923993, #1042533, #1045145).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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;