]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdout.h
configure.ac: add writer objects to para_audiod.
[paraslash.git] / stdout.h
index e467f41d03299c4350997e5320547ff2b02ba760..5e45ace8dc20fc88e30d2305ee73b438fe65471e 100644 (file)
--- a/stdout.h
+++ b/stdout.h
@@ -2,7 +2,8 @@ struct stdout_task {
        char *buf;
        size_t *bufsize;
        size_t *loaded;
-       int *eof;
+       int *input_eof;
+       int eof;
        struct task task;
        int check_fd;
 };