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