X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdin.h;h=99233f9ffbbd79b62035371cfed88510e36cb914;hp=63d00d5dfc167a5c29a52ba4946bba49926d1301;hb=f8620d627a59414b3a63c28f245201f4dd273880;hpb=335730538150250f32c0df0b184fb494e2bb0df3 diff --git a/stdin.h b/stdin.h index 63d00d5d..99233f9f 100644 --- a/stdin.h +++ b/stdin.h @@ -14,6 +14,8 @@ struct stdin_task { size_t bufsize; /** Number of bytes currently loaded in \a buf. */ size_t loaded; + /** Pointer to the error member of the consumer. */ + int *output_error; /** Whether \p STDIN_FILENO was included in the read fd set. */ int check_fd; /** The task structure. */