summaryrefslogtreecommitdiff
path: root/ctdb/protocol
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-03-08 17:29:31 +1100
committerMartin Schwenke <martins@samba.org>2016-03-25 03:26:14 +0100
commitc41808e6d292ec4cd861af545478e7dfb5c448e8 (patch)
tree136786e158727f3eb44484233915fec2a5d9fdfd /ctdb/protocol
parent67799c73af486962b897d1841a8a4234fdee824b (diff)
downloadsamba-c41808e6d292ec4cd861af545478e7dfb5c448e8.tar.gz
ctdb-tunables: Add new tunable RecBufferSizeLimit
This will be used to limit the size of record buffer sent in newer controls for recovery and existing controls for vacuuming. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/protocol')
-rw-r--r--ctdb/protocol/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/protocol/protocol.h b/ctdb/protocol/protocol.h
index a4685d635d7..d3ee1499d50 100644
--- a/ctdb/protocol/protocol.h
+++ b/ctdb/protocol/protocol.h
@@ -619,6 +619,7 @@ struct ctdb_tunable_list {
uint32_t samba3_hack;
uint32_t mutex_enabled;
uint32_t lock_processes_per_db;
+ uint32_t rec_buffer_size_limit;
};
struct ctdb_tickle_list {