Double linked list element header. More...
#include <co_dlist.h>

Data Fields | |
| struct co_dlist_hdr * | next |
| Next element in the double linked list (NULL if last). | |
| struct co_dlist_hdr * | prev |
| Previous element in the double linked list (NULL if first). | |
Double linked list element header.
Definition at line 49 of file co_dlist.h.
1.6.1