summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-05-24 14:54:39 +1000
committerMartin Schwenke <martins@samba.org>2016-06-08 00:51:29 +0200
commit197264dfe77de454477b9fc458c0a45f564f5cae (patch)
tree6f87a98ad4701f169ce0593eb77dcbc0442b2b36 /ctdb/include
parent5c4744e69d81fd5d2a06de6bf42c5beaf7aac57b (diff)
downloadsamba-197264dfe77de454477b9fc458c0a45f564f5cae.tar.gz
ctdb-recoverd: Recovery lock handle should be in recovery deamon context
This shouldn't be in the CTDB context. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 8f599506167..f4f5b675b63 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -311,7 +311,6 @@ struct ctdb_context {
uint64_t max_persistent_check_errors;
const char *transport;
const char *recovery_lock;
- struct ctdb_cluster_mutex_handle *recovery_lock_handle;
uint32_t pnn; /* our own pnn */
uint32_t num_nodes;
uint32_t num_connected;