Motr  M0
m0_list_link Struct Reference

#include <list.h>

Collaboration diagram for m0_list_link:
Collaboration graph

Data Fields

struct m0_list_linkll_next
 
struct m0_list_linkll_prev
 

Detailed Description

List entry.

Definition at line 39 of file list.h.

Field Documentation

◆ ll_next

struct m0_list_link* ll_next

Next entry in the list

Definition at line 43 of file list.h.

◆ ll_prev

struct m0_list_link* ll_prev

Previous entry in the list

Definition at line 47 of file list.h.


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