convert para_filter to the new scheduler
[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);