]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/test/failtest_helper.h
tdb2: move mmap into struct tdb_file
[ccan] / ccan / tdb2 / test / failtest_helper.h
index 64629a697cb525ef697827d3427cca3027fc60c9..44d01c6eebc2d31e38e5da285e04d17e5ce24a0b 100644 (file)
@@ -4,9 +4,9 @@
 #include <stdbool.h>
 
 /* FIXME: Check these! */
-#define INITIAL_TDB_MALLOC     "open.c", 183, FAILTEST_MALLOC
-#define URANDOM_OPEN           "open.c", 43, FAILTEST_OPEN
-#define URANDOM_READ           "open.c", 23, FAILTEST_READ
+#define INITIAL_TDB_MALLOC     "open.c", 195, FAILTEST_MALLOC
+#define URANDOM_OPEN           "open.c", 42, FAILTEST_OPEN
+#define URANDOM_READ           "open.c", 22, FAILTEST_READ
 
 bool exit_check_log(struct failtest_call *history, unsigned num);
 bool failmatch(const struct failtest_call *call,