libkdumpfile-0.5.1
Kernel coredump file access
|
A generic list head or node. More...
#include <list.h>
Data Fields | |
struct list_head * | next |
Pointer to the next node. More... | |
struct list_head * | prev |
Pointer to the previous node. More... | |
A generic list head or node.
This structure is modelled after the Linux kernel list API.
struct list_head* list_head::next |
Pointer to the next node.
struct list_head* list_head::prev |
Pointer to the previous node.