]> git.ozlabs.org Git - ccan/blobdiff - ccan/failtest/failtest.h
failtest: be clearer when child times out.
[ccan] / ccan / failtest / failtest.h
index 21bc9f7c59e342fd12dec4140314b252d364763c..473f9e7950fa498e5d56a613353b049e69c82084 100644 (file)
@@ -64,7 +64,6 @@ struct open_call {
        const char *pathname;
        int flags;
        mode_t mode;
-       int dup_fd;
 };
 
 struct pipe_call {
@@ -87,10 +86,6 @@ struct write_call {
        const void *buf;
        size_t count;
        off_t off;
-       off_t old_filelen;
-       off_t saved_len;
-       void *saved_contents;
-       int dup_fd;
 };
 
 struct fcntl_call {