paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
list_head Struct Reference

A list head is just a pair of pointers. More...

#include <list.h>

Data Fields

struct list_headnext
 Pointer to the next list entry. More...
 
struct list_headprev
 Pointer to the previous list entry. More...
 

Detailed Description

A list head is just a pair of pointers.

Field Documentation

◆ next

struct list_head* next

Pointer to the next list entry.

Referenced by task_register().

◆ prev

struct list_head* prev

Pointer to the previous list entry.


The documentation for this struct was generated from the following file: