X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=8816be7314bcd14516afc4e91226f3f3124df6c1;hp=1f316fc0ece5d029e21ef5d49d9853ae9d2c8900;hb=6b2414cd3ea3437ffb39d25ddc60eeecf3194ebc;hpb=09bf3971a58fd1044c145b25429c4886966c7d2a diff --git a/write.h b/write.h index 1f316fc0..8816be73 100644 --- a/write.h +++ b/write.h @@ -107,6 +107,8 @@ struct writer_node_group { struct task task; /** Whether the group is open, i.e. wng_open() was called. */ int open; + /** Max number of bytes written in the previous post_select() call. */ + int last_written; }; /** Loop over each writer node in a writer group. */