summaryrefslogtreecommitdiff
path: root/lib/tdb/common/check.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-22lib/tdb: add tdb_check()Rusty Russell1-0/+422
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>