summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-07-15 12:13:53 +1000
committerVolker Lendecke <vl@samba.org>2014-08-04 17:59:52 +0200
commit59d45ea307fd460953a3b4924dfa60f5ab6dea4a (patch)
tree77b0ec4bc0b5a535837e9e5251088d7d10fc78f1 /ctdb/include/ctdb_private.h
parente0d54594519de67b6f0d0ec003bc0327f70f026b (diff)
downloadsamba-59d45ea307fd460953a3b4924dfa60f5ab6dea4a.tar.gz
samba-59d45ea307fd460953a3b4924dfa60f5ab6dea4a.tar.xz
samba-59d45ea307fd460953a3b4924dfa60f5ab6dea4a.zip
ctdb-locking: Add new tunable LockProcessesPerDB
This allows to change the maximum number of lock processes that can be active. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-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 e94d2c84f6..459e96d4ea 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -127,6 +127,7 @@ struct ctdb_tunable {
uint32_t no_ip_host_on_all_disabled;
uint32_t samba3_hack;
uint32_t mutex_enabled;
+ uint32_t lock_processes_per_db;
};
/*