summaryrefslogtreecommitdiff
path: root/lib/tdb2/test/failtest_helper.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2011-12-05 17:04:30 +1030
committerRusty Russell <rusty@rustcorp.com.au>2011-12-05 17:04:30 +1030
commit80c3ba8123ed6708ebf3afad9ed78037e571a81d (patch)
tree242254821b79c3301e4af95b8c38ae8beeb04cba /lib/tdb2/test/failtest_helper.h
parent3f99fc16a0a3aead82cf8cdfb9703f8f18388623 (diff)
downloadsamba-80c3ba8123ed6708ebf3afad9ed78037e571a81d.tar.gz
samba-80c3ba8123ed6708ebf3afad9ed78037e571a81d.tar.bz2
samba-80c3ba8123ed6708ebf3afad9ed78037e571a81d.zip
tdb2: add a capability list from the header.
This allows even more extensibility in future: in particular, the top bits of each capability tell us what to do if we don't understand it: fail the open, fail to open for write, or don't try to check the format. tdb_check needs to understand the capability list so it can know to skip over it: each element in the list is prefixed with the type tag and the length. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 35f198de1851a7d57064546b7ced677b6fabee27)
Diffstat (limited to 'lib/tdb2/test/failtest_helper.h')
-rw-r--r--lib/tdb2/test/failtest_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/test/failtest_helper.h b/lib/tdb2/test/failtest_helper.h
index a3c680885d..4130aff1eb 100644
--- a/lib/tdb2/test/failtest_helper.h
+++ b/lib/tdb2/test/failtest_helper.h
@@ -4,7 +4,7 @@
#include <stdbool.h>
/* FIXME: Check these! */
-#define INITIAL_TDB_MALLOC "open.c", 396, FAILTEST_MALLOC
+#define INITIAL_TDB_MALLOC "open.c", 445, FAILTEST_MALLOC
#define URANDOM_OPEN "open.c", 62, FAILTEST_OPEN
#define URANDOM_READ "open.c", 42, FAILTEST_READ