summaryrefslogtreecommitdiffstats
path: root/ctdb/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-12-13 14:33:08 +0100
committerMichael Adam <obnox@samba.org>2011-12-23 17:39:02 +0100
commite04fad0ee43eb2edf1a1d63e2bc0e95caf209caf (patch)
treec12dfcff1803d7c916fc89820625be414b38a1ae /ctdb/include
parent1ca3abc5ba4aab5af930c55bd4141928bb5d25ce (diff)
vacuum: add new tunable VacuumInterval and mark Vacuum{Default,Min,Max}Interval obsolete
And use VacuumInterval instead of VacuumDefaultInterval in the code. (This used to be ctdb commit 78530f40338f511a7cd1d33ada450905742bfa8f)
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 547ad388c9..92d498aaf7 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -108,6 +108,7 @@ struct ctdb_tunable {
uint32_t reclock_latency_ms;
uint32_t recovery_drop_all_ips;
uint32_t verify_recovery_lock;
+ uint32_t vacuum_interval;
uint32_t vacuum_default_interval;
uint32_t vacuum_max_run_time;
uint32_t repack_limit;