summaryrefslogtreecommitdiff
path: root/lib/tdb/config.mk
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/config.mk
parent0fc6800005ffb532a5e5699c97f13f1de138d51f (diff)
downloadsamba-022b4d4aa6861c1e3e6d76484d92555221cb6d14.tar.gz
samba-022b4d4aa6861c1e3e6d76484d92555221cb6d14.tar.bz2
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/config.mk')
-rw-r--r--lib/tdb/config.mk2
1 files changed, 1 insertions, 1 deletions
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