summaryrefslogtreecommitdiffstats
path: root/database/rrd.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-18 15:47:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-18 15:47:38 +0000
commitfa5116c43f7b9638fc9c0cc187311c3e313dd8d4 (patch)
treec9d424502e4d48c5c2c02d95901163a7f277df5e /database/rrd.h
parentAdding upstream version 1.42.3. (diff)
downloadnetdata-fa5116c43f7b9638fc9c0cc187311c3e313dd8d4.tar.xz
netdata-fa5116c43f7b9638fc9c0cc187311c3e313dd8d4.zip
Adding upstream version 1.42.4.upstream/1.42.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'database/rrd.h')
-rw-r--r--database/rrd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/database/rrd.h b/database/rrd.h
index d64f5904a..11f3aa98c 100644
--- a/database/rrd.h
+++ b/database/rrd.h
@@ -769,6 +769,8 @@ typedef enum __attribute__ ((__packed__)) rrdset_flags {
RRDSET_FLAG_UPSTREAM_SEND_VARIABLES = (1 << 26), // a custom variable has been updated and needs to be exposed to parent
RRDSET_FLAG_COLLECTION_FINISHED = (1 << 27), // when set, data collection is not available for this chart
+
+ RRDSET_FLAG_HAS_RRDCALC_LINKED = (1 << 28), // this chart has at least one rrdcal linked
} RRDSET_FLAGS;
#define rrdset_flag_check(st, flag) (__atomic_load_n(&((st)->flags), __ATOMIC_SEQ_CST) & (flag))