X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write.h;h=e6e0a762f7e56819b37cd5bbbeb0b65347cbcea6;hb=3c5c2ebfc2d651f2f77d0df89cbb58a2068bcad0;hp=aece23133c14e9934c363fc7aeb5c83287080ba0;hpb=2290d9be0703d3f83f38c2f100b1b41ec0790bb3;p=paraslash.git diff --git a/write.h b/write.h index aece2313..e6e0a762 100644 --- a/write.h +++ b/write.h @@ -94,7 +94,7 @@ int *written; /** 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 */ -int eof; +int *eof; char *buf; size_t *loaded; struct task task;