Paraslash Audio Streaming | |
About News Download Documentation Development |
The task structure used for reading from stdin. More...
#include <stdin.h>
Data Fields | |
struct task * | task |
The task structure. More... | |
struct btr_node * | btrn |
Stdin is always the root of a buffer tree. More... | |
struct btr_pool * | btrp |
Use a buffer pool to minimize memcpy due to alignment problems. More... | |
int | fd_flags |
The descriptor flags of STDIN at startup. More... | |
bool | must_set_nonblock_flag |
Whether we have to set STDIN to nonblocking mode. More... | |
The task structure used for reading from stdin.
struct task* task |
The task structure.
struct btr_node* btrn |
Stdin is always the root of a buffer tree.
struct btr_pool* btrp |
Use a buffer pool to minimize memcpy due to alignment problems.
int fd_flags |
The descriptor flags of STDIN at startup.
bool must_set_nonblock_flag |
Whether we have to set STDIN to nonblocking mode.