projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f02483d1d9b286d3421b55d94e171952c7b33f50
[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);