simplify sched: nuke PRE_EOF_IS_ERROR
[paraslash.git] / stdin.h
diff --git a/stdin.h b/stdin.h
index 9213bf4623dbe0179b53ca81dd125f1d2a4ed197..753cef5696570fc4eeac99a879e7f45d0f9e498c 100644 (file)
--- a/stdin.h
+++ b/stdin.h
@@ -3,6 +3,7 @@ struct stdin_task {
        size_t bufsize;
        size_t loaded;
        struct task task;
+       int eof;
 };
 
 void stdin_pre_select(struct sched *s, struct task *t);