Paraslash Audio Streaming | |
About News Download Documentation Development |
A list head is just a pair of pointers. More...
#include <list.h>
Data Fields | |
struct list_head * | next |
Pointer to the next list entry. More... | |
struct list_head * | prev |
Pointer to the previous list entry. More... | |
A list head is just a pair of pointers.
struct list_head* next |
Pointer to the next list entry.
Referenced by task_register().
struct list_head* prev |
Pointer to the previous list entry.