libkdumpfile-0.4.0
Kernel coredump file access
Data Fields
hlist_node Struct Reference

Node of a double linked list with a single pointer list head. More...

#include <list.h>

Data Fields

struct hlist_nodenext
 Pointer to the next node. More...
 
struct hlist_node ** pprev
 Pointer to the previous node's next pointer, or to the list head's first pointer. More...
 

Detailed Description

Node of a double linked list with a single pointer list head.

This structure is modelled after the Linux kernel list API.

Field Documentation

◆ next

struct hlist_node* hlist_node::next

Pointer to the next node.

◆ pprev

struct hlist_node** hlist_node::pprev

Pointer to the previous node's next pointer, or to the list head's first pointer.


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