]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdin.c
sched: nuke "flag" field of struct task
[paraslash.git] / stdin.c
diff --git a/stdin.c b/stdin.c
index ebfa6ccff23700ec6d7f235644aa8d0e2324d92b..d33be3588b9211c8efa4a98991c9a6bd1b1ce2ca 100644 (file)
--- a/stdin.c
+++ b/stdin.c
@@ -46,7 +46,7 @@ void stdin_set_defaults(struct stdin_task *sit)
 {
        sit->bufsize = 16 * 1024,
        sit->loaded = 0,
-       sit->task.flags = 0,
+       sit->eof = 0,
        sit->task.pre_select = stdin_pre_select;
        sit->task.post_select = stdin_post_select;
        sit->task.event_handler = stdin_default_event_handler;