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