]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/test/failtest_helper.h
tdb2: save openhook, allow tdb_get_attribute() on it.
[ccan] / ccan / tdb2 / test / failtest_helper.h
index c26774f32333dc0c5ed0b0c2d2a5066468a55e8a..73cd1aeb1ece516092d1bcfd9cea18040862b51f 100644 (file)
@@ -4,9 +4,9 @@
 #include <stdbool.h>
 
 /* FIXME: Check these! */
-#define INITIAL_TDB_MALLOC     "open.c", 198, FAILTEST_MALLOC
-#define URANDOM_OPEN           "open.c", 44, FAILTEST_OPEN
-#define URANDOM_READ           "open.c", 24, FAILTEST_READ
+#define INITIAL_TDB_MALLOC     "open.c", 354, FAILTEST_MALLOC
+#define URANDOM_OPEN           "open.c", 62, FAILTEST_OPEN
+#define URANDOM_READ           "open.c", 42, FAILTEST_READ
 
 bool exit_check_log(struct failtest_call *history, unsigned num);
 bool failmatch(const struct failtest_call *call,