X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=45ade8d3697f86001c900ea3c7fe6541a44d48f1;hp=10947b9e47adf02e9f27445b612b9a10902c22d0;hb=081e022105bbfd6c1e56730200919f276b1ff630;hpb=40cbbb95e256e63e1e6958e9034311d4904604af diff --git a/filter.h b/filter.h index 10947b9e..45ade8d3 100644 --- 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; };