summaryrefslogtreecommitdiffstats
path: root/database/engine/rrdengine.h
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2022-12-03 20:12:53 +0200
committerGitHub <noreply@github.com>2022-12-03 20:12:53 +0200
commit67186785cef9c3bd00992e99665b55d5b9e293a1 (patch)
tree5ec010b4bcd1e0f143f8d02c599981daa793ad5e /database/engine/rrdengine.h
parent1ccef511f0cc27cbc0aa46dff2ddc71928e8e304 (diff)
fix v1.37 dbengine page alignment crashes (#14086)
page alignment is a property of metric collection, so it has been moved to metric collection only
Diffstat (limited to 'database/engine/rrdengine.h')
-rw-r--r--database/engine/rrdengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/engine/rrdengine.h b/database/engine/rrdengine.h
index aca8184380..521d2521a2 100644
--- a/database/engine/rrdengine.h
+++ b/database/engine/rrdengine.h
@@ -41,6 +41,7 @@ struct rrdeng_collect_handle {
unsigned long page_correlation_id;
// set to 1 when this dimension is not page aligned with the other dimensions in the chart
uint8_t unaligned_page;
+ struct pg_alignment *alignment;
};
struct rrdeng_query_handle {