libkdumpfile-0.5.1
Kernel coredump file access
Data Fields
list_head Struct Reference

A generic list head or node. More...

#include <list.h>

Data Fields

struct list_headnext
 Pointer to the next node. More...
 
struct list_headprev
 Pointer to the previous node. More...
 

Detailed Description

A generic list head or node.

This structure is modelled after the Linux kernel list API.

Field Documentation

◆ next

struct list_head* list_head::next

Pointer to the next node.

◆ prev

struct list_head* list_head::prev

Pointer to the previous node.


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