X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=7ecb091ba9d6d83e94d7d976a1e37941985360c6;hp=02471f32b1d1ba5e424bb8571225fed4f02418e8;hb=a6cbab95272b31c55b2b41e1d3dd55743c7c774f;hpb=cb4dd13c2327c13d486b6abe572f4af2398b65de diff --git a/write.h b/write.h index 02471f32..7ecb091b 100644 --- a/write.h +++ b/write.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -84,6 +84,7 @@ struct writer { * This is a optional function pointer used for cleaning up. */ void (*shutdown)(struct writer_node *); + struct ggo_help help; }; /** @@ -95,7 +96,7 @@ struct writer_node_group { /** Array of pointers to the corresponding writer nodes. */ struct writer_node *writer_nodes; /** The maximum of the chunk_bytes values of the writer nodes in this group. */ - size_t max_chunk_bytes; + int max_chunk_bytes; /** Non-zero if an error or end of file was encountered by the feeding task. */ int *input_error; /** Current output buffer. */