summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2012-06-14 16:12:48 +1000
committerAmitay Isaacs <amitay@gmail.com>2012-10-20 02:48:44 +1100
commita00e50e503cc923c4f74fece738c2f3e1adac5ab (patch)
tree2e0098ae9602c83b3294901d673be3ed044cf31d /ctdb/include/ctdb_private.h
parent08ffbc342c0bf205ac7cf22286898b60fb9587ae (diff)
downloadsamba-a00e50e503cc923c4f74fece738c2f3e1adac5ab.tar.gz
samba-a00e50e503cc923c4f74fece738c2f3e1adac5ab.tar.xz
samba-a00e50e503cc923c4f74fece738c2f3e1adac5ab.zip
ctdbd: Replace lockwait with locking API and remove ctdb_lockwait.c
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 2126795153dacb255e441abcb36ee05107b6282a)
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-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 35a1210c8e8..7e6f9dea219 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -567,8 +567,6 @@ struct ctdb_db_context {
struct ctdb_vacuum_handle *vacuum_handle;
char *unhealthy_reason;
int pending_requests;
- struct lockwait_handle *lockwait_active;
- struct lockwait_handle *lockwait_overflow;
struct revokechild_handle *revokechild_active;
struct ctdb_persistent_state *persistent_state;
struct trbt_tree *delete_queue;
@@ -840,10 +838,6 @@ int ctdb_daemon_send_message(struct ctdb_context *ctdb, uint32_t pnn,
uint64_t srvid, TDB_DATA data);
-struct lockwait_handle *ctdb_lockwait(struct ctdb_db_context *ctdb_db,
- TDB_DATA key,
- void (*callback)(void *), void *private_data);
-
struct ctdb_call_state *ctdb_daemon_call_send(struct ctdb_db_context *ctdb_db,
struct ctdb_call *call);