X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=9723977ae4357506ac1c6b64284695577d1e5683;hp=02471f32b1d1ba5e424bb8571225fed4f02418e8;hb=6442f07bb08eb6e557086587f997b1785ea18ef7;hpb=50a7656fd9ba7bb27762aa3daac51ce453722437 diff --git a/write.h b/write.h index 02471f32..9723977a 100644 --- a/write.h +++ b/write.h @@ -95,7 +95,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. */