X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.h;h=c3eb311d5bfd80885d0eac5302fabfa3b47dcb7d;hp=cca12e5f61e2538d99c766f350ee4ef002bce801;hb=dd2c3baf99ebebaf269e2825a2598a20529a4224;hpb=ebc3f5891079568a0b0e120e1504170bd6000f78 diff --git a/stdout.h b/stdout.h index cca12e5f..c3eb311d 100644 --- a/stdout.h +++ b/stdout.h @@ -20,6 +20,8 @@ struct stdout_task { struct task task; /** Whether \p STDOUT_FILENO was included in the write fd set. */ int check_fd; + /** Whether to use the buffer tree API. */ + bool use_buffer_tree; }; void stdout_set_defaults(struct stdout_task *sot);