]> git.ozlabs.org Git - ccan/blobdiff - ccan/failtest/test/run-locking.c
failtest: use a linked list for history, not an array.
[ccan] / ccan / failtest / test / run-locking.c
index 6ebcd6ea504017b6de1374ed40020545c02077d5..f29f213d061ee62a9647919c5d277f9abf716d10 100644 (file)
@@ -10,8 +10,7 @@
 #define SIZE 8
 
 /* We don't want to fork and fail; we're just testing lock recording. */
-static enum failtest_result dont_fail(struct failtest_call *history,
-                                     unsigned num)
+static enum failtest_result dont_fail(struct tlist_calls *history)
 {
        return FAIL_DONT_FAIL;
 }