]> git.tuebingen.mpg.de Git - paraslash.git/blob - stdout.h
e467f41d03299c4350997e5320547ff2b02ba760
[paraslash.git] / stdout.h
1 struct stdout_task {
2         char *buf;
3         size_t *bufsize;
4         size_t *loaded;
5         int *eof;
6         struct task task;
7         int check_fd;
8 };
9
10 void stdout_pre_select(struct sched *s, struct task *t);
11 void stdout_post_select(struct sched *s, struct task *t);
12 void stdout_set_defaults(struct stdout_task *sot);