ReactOS 0.4.15-dev-7958-gcd0bb1a
list_head Struct Reference

#include <list.h>

Collaboration diagram for list_head:

Public Attributes

struct list_headnext
 
struct list_headprev
 

Detailed Description

Definition at line 15 of file list.h.

Member Data Documentation

◆ next

struct list_head * list_head::next

Definition at line 16 of file list.h.

Referenced by find_revoke_record(), and journal_clear_revoke().

◆ prev

struct list_head * list_head::prev

Definition at line 16 of file list.h.

Referenced by __list_add(), __list_del(), and __list_splice().


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