compress filter: decrease default target signal level
[paraslash.git] / filter.h
index 10947b9e47adf02e9f27445b612b9a10902c22d0..45ade8d3697f86001c900ea3c7fe6541a44d48f1 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -78,7 +78,9 @@ struct filter_chain {
        /** non-zero if this filter wont' produce any more output */
        int eof;
        /** pointer to the eof flag of the receiving application */
-       int *reader_eof;
+       int *input_eof;
+       /** pointer to the eof flag of the writing application */
+       int *output_eof;
        /** the task associated with the filter chain */
        struct task task;
 };