]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdout.h
convert para_audiod to the new scheduler.
[paraslash.git] / stdout.h
index f02483d1d9b286d3421b55d94e171952c7b33f50..5e45ace8dc20fc88e30d2305ee73b438fe65471e 100644 (file)
--- a/stdout.h
+++ b/stdout.h
@@ -2,10 +2,12 @@ struct stdout_task {
        char *buf;
        size_t *bufsize;
        size_t *loaded;
-       int *eof;
+       int *input_eof;
+       int eof;
        struct task task;
        int check_fd;
 };
 
 void stdout_pre_select(struct sched *s, struct task *t);
 void stdout_post_select(struct sched *s, struct task *t);
+void stdout_set_defaults(struct stdout_task *sot);