summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2013-05-08 10:42:08 +1000
committerAmitay Isaacs <amitay@gmail.com>2013-05-24 09:06:40 +1000
commit1ddc7b0d10d317755f07e4a6a72a50390c2d7c96 (patch)
tree758a89865952fe6efa9e84e44dce5dad3317be6f /ctdb/include/ctdb_private.h
parent90c4fa77b9b78ef6d16715bf4d76fee3bc667d52 (diff)
downloadsamba-1ddc7b0d10d317755f07e4a6a72a50390c2d7c96.tar.gz
samba-1ddc7b0d10d317755f07e4a6a72a50390c2d7c96.tar.xz
samba-1ddc7b0d10d317755f07e4a6a72a50390c2d7c96.zip
locking: Remove functions that are not used anymore
These functions were used in locking child process to do the locking. With locking helper, these are not required. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit c660f33c3eaa1b4a2c4e951c1982979e57374ed4)
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r--ctdb/include/ctdb_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 813a5a661c2..c47210e1f0a 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -1564,8 +1564,6 @@ int ctdb_start_monitoring_interfaces(struct ctdb_context *ctdb);
/* from server/ctdb_lock.c */
struct lock_request;
-int ctdb_lockall_prio(struct ctdb_context *ctdb, uint32_t priority);
-int ctdb_unlockall_prio(struct ctdb_context *ctdb, uint32_t priority);
int ctdb_lockall_mark_prio(struct ctdb_context *ctdb, uint32_t priority);
int ctdb_lockall_unmark_prio(struct ctdb_context *ctdb, uint32_t priority);