2 * Copyright (C) 2006-2009 Andre Noll <maan@systemlinux.org>
4 * Licensed under the GPL v2. For licencing details see COPYING.
7 /** \file stdout.h The standard out task structure. */
10 * The task structure used for writing to stdout.
13 /** Pointer to the data buffer pointer. */
15 /** Number of bytes loaded in \a buf. */
17 /** Pointer to the error variable of the feeding task. */
19 /** The task structure. */
21 /** Whether \p STDOUT_FILENO was included in the write fd set. */
25 void stdout_set_defaults(struct stdout_task
*sot
);