summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-04-07 12:17:16 +0200
committerMichael Adam <obnox@samba.org>2011-12-23 17:39:00 +0100
commita481ca711f26fe4b9d0e7eff2901d0c5944d964b (patch)
tree536d344849644ef30a9fb2187355503b4f693bbc /ctdb/include/ctdb_private.h
parent3dab0c9b0ba7ce6f15c9a9c3fb45188edf8ce307 (diff)
downloadsamba-a481ca711f26fe4b9d0e7eff2901d0c5944d964b.tar.gz
samba-a481ca711f26fe4b9d0e7eff2901d0c5944d964b.tar.xz
samba-a481ca711f26fe4b9d0e7eff2901d0c5944d964b.zip
vacuum: add ctdb_local_remove_from_delete_queue()
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit a5065b42a98c709173503e02d217f97792878625)
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r--ctdb/include/ctdb_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 9e5e188c491..547ad388c9e 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -1427,6 +1427,10 @@ int32_t ctdb_local_schedule_for_deletion(struct ctdb_db_context *ctdb_db,
const struct ctdb_ltdb_header *hdr,
TDB_DATA key);
+void ctdb_local_remove_from_delete_queue(struct ctdb_db_context *ctdb_db,
+ const struct ctdb_ltdb_header *hdr,
+ const TDB_DATA key);
+
struct ctdb_ltdb_header *ctdb_header_from_record_handle(struct ctdb_record_handle *h);
/* For unit testing ctdb_transaction.c. */