]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdout.h
NEWS update
[paraslash.git] / stdout.h
index 1fe09f1d07e915d4de24fbcb2b7a9af113d65fb8..0ac777ed4af2b4796ad72d0129dd76ba4a45d8f0 100644 (file)
--- a/stdout.h
+++ b/stdout.h
@@ -24,8 +24,6 @@
 struct stdout_task {
        /** pointer to the data buffer */
        char *buf;
-       /** the size of \a buf */
-       size_t *bufsize;
        /** number of bytes loaded in \a buf */
        size_t *loaded;
        /** pointer to the eof flag of the feeding task */
@@ -34,7 +32,7 @@ struct stdout_task {
        int eof;
        /** the task structure */
        struct task task;
-       /** whether STDOUT_FILENO was included in the write fd set */
+       /** whether \p STDOUT_FILENO was included in the write fd set */
        int check_fd;
 };