projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9213bf4623dbe0179b53ca81dd125f1d2a4ed197
[paraslash.git]
/
stdin.h
1
struct
stdin_task
{
2
char
*
buf
;
3
size_t
bufsize
;
4
size_t
loaded
;
5
struct
task task
;
6
};
7
8
void
stdin_pre_select
(
struct
sched
*
s
,
struct
task
*
t
);
9
void
stdin_post_select
(
struct
sched
*
s
,
struct
task
*
t
);