projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
introduce input_eof and ouput_eof
[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
);