|
Paraslash Audio Streaming |
About News Download Documentation Development |
Functions | |
void | stdin_task_register (struct stdin_task *sit, struct sched *s) |
void stdin_task_register | ( | struct stdin_task * | sit, |
struct sched * | s | ||
) |
Register a stdin task structure.
sit | The stdin task structure to register. |
s | The task will be added to this scheduler's task list. |
This allocates a buffer tree pool for I/O, sets up sit and registers a task with sit as context pointer.