|
Paraslash Audio Streaming |
About News Download Documentation Development |
The task structure used for writing to stdout. More...
#include <stdout.h>
Data Fields | |
struct task * | task |
The task structure used by the scheduler. More... | |
struct btr_node * | btrn |
Stdout is always a leaf node in the buffer tree. More... | |
int | fd_flags |
The descriptor flags of STDOUT at startup. More... | |
bool | must_set_nonblock_flag |
Whether we have to set STDOUT to nonblocking mode. More... | |
The task structure used for writing to stdout.
This is used by para_recv, para_filter and para_client.
struct task* task |
The task structure used by the scheduler.
struct btr_node* btrn |
Stdout is always a leaf node in the buffer tree.
int fd_flags |
The descriptor flags of STDOUT at startup.
bool must_set_nonblock_flag |
Whether we have to set STDOUT to nonblocking mode.