summaryrefslogtreecommitdiffstats
path: root/src/rrd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rrd.c')
-rw-r--r--src/rrd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rrd.c b/src/rrd.c
index 85ce93dd3..3be2d8e41 100644
--- a/src/rrd.c
+++ b/src/rrd.c
@@ -14,6 +14,7 @@ int rrd_delete_unupdated_dimensions = 0;
int default_rrd_update_every = UPDATE_EVERY;
int default_rrd_history_entries = RRD_DEFAULT_HISTORY_ENTRIES;
RRD_MEMORY_MODE default_rrd_memory_mode = RRD_MEMORY_MODE_SAVE;
+int gap_when_lost_iterations_above = 1;
// ----------------------------------------------------------------------------