summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-01-19 09:41:35 +0100
committerGitHub <noreply@github.com>2021-01-19 09:41:35 +0100
commita65193925e6ba5fe67aa57024353d403d5abb144 (patch)
treebddf2aded3bee2f78c359be0b0d317d97354f7c2 /database
parentec7134de74224b915d0b07c9a513eeba2aedd8f0 (diff)
Move ACLK Legacy into a subfolder (#10265)
* move all legacy ACLK into a subfolder to make space for ACLK-NG
Diffstat (limited to 'database')
-rw-r--r--database/rrd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/rrd.h b/database/rrd.h
index f52d34af8a..c5bb343792 100644
--- a/database/rrd.h
+++ b/database/rrd.h
@@ -34,7 +34,7 @@ struct pg_cache_page_index;
#include "rrdcalc.h"
#include "rrdcalctemplate.h"
#include "../streaming/rrdpush.h"
-#include "../aclk/aclk_rrdhost_state.h"
+#include "../aclk/legacy/aclk_rrdhost_state.h"
struct context_param {
RRDDIM *rd;