X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=1a3f193ddcd89369f6456a715dd56bde7650a42b;hp=2eb4e3db8315ba1baedabbbfcefff369a6f3f058;hb=5d581fbd46a6d1949bfd876aec63041dc6724eb0;hpb=51dde9efab2d662cf5813d26d5c9aebce6e197e7 diff --git a/write.h b/write.h index 2eb4e3db..1a3f193d 100644 --- a/write.h +++ b/write.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -101,10 +101,10 @@ struct writer_node_group { struct writer_node *writer_nodes; /** the maximum of the chunk_bytes values of the writer nodes in this group */ size_t max_chunk_bytes; - /** non-zero if end of file was encountered by the feeding task */ - int *input_eof; - /** non-zero if end of file was encountered */ - int eof; + /** Non-zero if an error or end of file was encountered by the feeding task. */ + int *input_error; + /** Non-zero if an error occurred or end of file was encountered. */ + int error; /** current output buffer */ char *buf; /** number of bytes loaded in the output buffer */