summaryrefslogtreecommitdiffstats
path: root/lib/tdb/tdb.exports
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-10-22 00:10:34 +1030
committerRusty Russell <rusty@rustcorp.com.au>2009-10-22 00:10:34 +1030
commit022b4d4aa6861c1e3e6d76484d92555221cb6d14 (patch)
tree013e042b1fd5bbd91899d5314d98b033a25b9845 /lib/tdb/tdb.exports
parent0fc6800005ffb532a5e5699c97f13f1de138d51f (diff)
downloadsamba-022b4d4aa6861c1e3e6d76484d92555221cb6d14.tar.gz
samba-022b4d4aa6861c1e3e6d76484d92555221cb6d14.tar.xz
samba-022b4d4aa6861c1e3e6d76484d92555221cb6d14.zip
lib/tdb: add tdb_check()
ctdb wants a quick way to detect corrupt tdbs; particularly, tdbs with loops in their hash chains. tdb_check() provides this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/tdb/tdb.exports')
-rw-r--r--lib/tdb/tdb.exports1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tdb/tdb.exports b/lib/tdb/tdb.exports
index f3dcd1514b0..cf287d8f32c 100644
--- a/lib/tdb/tdb.exports
+++ b/lib/tdb/tdb.exports
@@ -9,6 +9,7 @@
tdb_chainlock_unmark;
tdb_chainunlock;
tdb_chainunlock_read;
+ tdb_check;
tdb_close;
tdb_delete;
tdb_dump_all;