X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.h;h=fee9800cbbe28a2a195ab62ec4f1bfa244dddac3;hp=c3eb311d5bfd80885d0eac5302fabfa3b47dcb7d;hb=3010ef96e10cb15d423eef8f9802fbed78744393;hpb=dd2c3baf99ebebaf269e2825a2598a20529a4224 diff --git a/stdout.h b/stdout.h index c3eb311d..fee9800c 100644 --- a/stdout.h +++ b/stdout.h @@ -20,8 +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; + /** Non-null if buffer tree API should be used. */ + struct btr_node *btrn; }; void stdout_set_defaults(struct stdout_task *sot);