summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-05-17 18:28:56 +1000
committerMartin Schwenke <martins@samba.org>2016-06-08 00:51:28 +0200
commitfdd214ce6a0c25007974b54a9edebfbf73e5cf89 (patch)
tree74c12528c7e8c15eab46fd59f7e6913c87a7cbb3 /ctdb/include
parentf16b26bc9712a6d45818ad7af9243feb25fc40a2 (diff)
downloadsamba-fdd214ce6a0c25007974b54a9edebfbf73e5cf89.tar.gz
ctdb-daemon: Rename recovery lock file to just recovery lock
It isn't necessarily a file. Don't bother changing the control, since it doesn't pervade the code. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index f19ebe33dac..8f599506167 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -310,7 +310,7 @@ struct ctdb_context {
uint64_t db_persistent_check_errors;
uint64_t max_persistent_check_errors;
const char *transport;
- const char *recovery_lock_file;
+ const char *recovery_lock;
struct ctdb_cluster_mutex_handle *recovery_lock_handle;
uint32_t pnn; /* our own pnn */
uint32_t num_nodes;