From fa5116c43f7b9638fc9c0cc187311c3e313dd8d4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 18 Sep 2023 17:47:38 +0200 Subject: Adding upstream version 1.42.4. Signed-off-by: Daniel Baumann --- database/rrd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'database/rrd.h') 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)) -- cgit v1.2.3