summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-07-19 16:42:13 +1000
committerAmitay Isaacs <amitay@samba.org>2016-07-25 21:29:43 +0200
commitb81824e10d779977288181638fb7879444579b66 (patch)
tree071f759991f15967b08ec265cf1d82cba0086aac /ctdb/include
parent3927603ca2faa12b729db7f4a5eb43360ce9cdab (diff)
downloadsamba-b81824e10d779977288181638fb7879444579b66.tar.gz
ctdb-locking: Remove API for locking all databases
This has never been used. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 01130154794..1d1d4a06c5a 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -721,12 +721,6 @@ struct lock_request *ctdb_lock_alldb_prio(TALLOC_CTX *mem_ctx,
void (*callback)(void *, bool),
void *private_data);
-struct lock_request *ctdb_lock_alldb(TALLOC_CTX *mem_ctx,
- struct ctdb_context *ctdb,
- bool auto_mark,
- void (*callback)(void *, bool),
- void *private_data);
-
/* from ctdb_logging.c */
extern const char *debug_extra;