Motr  M0
m0_list Struct Reference

#include <list.h>

Collaboration diagram for m0_list:
Collaboration graph

Data Fields

struct m0_list_linkl_head
 
struct m0_list_linkl_tail
 

Detailed Description

List head.

Definition at line 72 of file list.h.

Field Documentation

◆ l_head

struct m0_list_link* l_head

Pointer to the first entry in the list.

Definition at line 76 of file list.h.

◆ l_tail

struct m0_list_link* l_tail

Pointer to the last entry in the list.

Definition at line 80 of file list.h.


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