Paraslash Audio Streaming | |
About News Download Documentation Development |
Writing to stdout via buffer trees. More...
Data Structures | |
struct | stdout_task |
The task structure used for writing to stdout. More... | |
Functions | |
void | stdout_task_register (struct stdout_task *sot, struct sched *s) |
Register a stdout task structure. More... | |
Writing to stdout via buffer trees.
void stdout_task_register | ( | struct stdout_task * | sot, |
struct sched * | s | ||
) |
Register a stdout task structure.
sot | The stdout task structure to register. |
s | The task will be added to this scheduler's task list. |
This sets up sot and registers a task with sot as context pointer.