libkdumpfile-0.5.4
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. | |
struct list_head * | prev |
Pointer to the previous node. | |
A generic list head or node.
This structure is modelled after the Linux kernel list API.