diff options
author | Volker Lendecke <vl@samba.org> | 2010-03-05 16:46:36 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-03-22 17:32:18 +0100 |
commit | 70f9338bf2e6081916ffe5bb7cddf50b4e958b24 (patch) | |
tree | 8a7fe5fc62fd2d06b3afe2cf2415b7cabedb1bb4 /source3/include | |
parent | cad0c004ad54d80dcb25803f0ebb317344a42792 (diff) | |
download | samba-70f9338bf2e6081916ffe5bb7cddf50b4e958b24.tar.gz samba-70f9338bf2e6081916ffe5bb7cddf50b4e958b24.tar.bz2 samba-70f9338bf2e6081916ffe5bb7cddf50b4e958b24.zip |
s3: Add the "ctdb locktime warn threshold" parameter
This is mainly a debugging aid for post-mortem analysis in case a cluster file
system is slow.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 06d324eea4..346da39749 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4145,6 +4145,7 @@ const char *lp_ctdbd_socket(void); const char **lp_cluster_addresses(void); bool lp_clustering(void); int lp_ctdb_timeout(void); +int lp_ctdb_locktime_warn_threshold(void); char *lp_printcommand(int ); char *lp_lpqcommand(int ); char *lp_lprmcommand(int ); |