libkdumpfile-0.5.4
Kernel coredump file access
|
Node of a double linked list with a single pointer list head. More...
#include <list.h>
Data Fields | |
struct hlist_node * | next |
Pointer to the next node. | |
struct hlist_node ** | pprev |
Pointer to the previous node's next pointer, or to the list head's first pointer. | |
Node of a double linked list with a single pointer list head.
This structure is modelled after the Linux kernel list API.