summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-07-19 16:53:34 +1000
committerAmitay Isaacs <amitay@samba.org>2016-07-25 21:29:43 +0200
commit9187f26f99f02ceaf26cf8b051a0c1382a45fe84 (patch)
treeb7c63ba2eb1a3104b27adf464158ec9c30c57d47 /ctdb/include
parentb5ede509ab9bd5da55ad1f43aad157ce02d670ba (diff)
downloadsamba-9187f26f99f02ceaf26cf8b051a0c1382a45fe84.tar.gz
ctdb-locking: Remove ctdb_db_prio_iterator function
It is not used anymore. 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index f646a5db157..bbbaa77527e 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -689,8 +689,6 @@ struct lock_request;
typedef int (*ctdb_db_handler_t)(struct ctdb_db_context *ctdb_db,
void *private_data);
-int ctdb_db_prio_iterator(struct ctdb_context *ctdb, uint32_t priority,
- ctdb_db_handler_t handler, void *private_data);
int ctdb_db_iterator(struct ctdb_context *ctdb, ctdb_db_handler_t handler,
void *private_data);