From 022b4d4aa6861c1e3e6d76484d92555221cb6d14 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 22 Oct 2009 00:10:34 +1030 Subject: 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 --- lib/tdb/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb/config.mk') diff --git a/lib/tdb/config.mk b/lib/tdb/config.mk index 38b03b93b6..b2e322cebc 100644 --- a/lib/tdb/config.mk +++ b/lib/tdb/config.mk @@ -10,7 +10,7 @@ CFLAGS = -I$(tdbsrcdir)/include LIBTDB_OBJ_FILES = $(addprefix $(tdbsrcdir)/common/, \ tdb.o dump.o io.o lock.o \ open.o traverse.o freelist.o \ - error.o transaction.o) + error.o transaction.o check.o) ################################################ # Start BINARY tdbtool -- cgit