remove unused field tmp_buf of struct fft_context.
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index 1f316fc0ece5d029e21ef5d49d9853ae9d2c8900..8816be7314bcd14516afc4e91226f3f3124df6c1 100644 (file)
--- 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. */