summaryrefslogtreecommitdiffstats
path: root/exporting/tests/exporting_fixtures.c
diff options
context:
space:
mode:
Diffstat (limited to 'exporting/tests/exporting_fixtures.c')
-rw-r--r--exporting/tests/exporting_fixtures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/exporting/tests/exporting_fixtures.c b/exporting/tests/exporting_fixtures.c
index 78159a82da..d5c7bc020b 100644
--- a/exporting/tests/exporting_fixtures.c
+++ b/exporting/tests/exporting_fixtures.c
@@ -64,7 +64,7 @@ static void rrdset_insert_callback(const DICTIONARY_ITEM *item __maybe_unused, v
st->name = string_strdupz("chart_name");
st->update_every = 1;
- st->rrd_memory_mode = RRD_MEMORY_MODE_SAVE;
+ st->storage_engine_id = STORAGE_ENGINE_SAVE;
st->rrdhost = host;
@@ -77,7 +77,7 @@ int setup_rrdhost()
{
localhost = calloc(1, sizeof(RRDHOST));
- localhost->rrd_update_every = 1;
+ localhost->update_every = 1;
localhost->tags = string_strdupz("TAG1=VALUE1 TAG2=VALUE2");