Motr  M0
m0_poolmach_event_link Struct Reference

#include <pool_machine.h>

Collaboration diagram for m0_poolmach_event_link:
Collaboration graph

Data Fields

struct m0_poolmach_event pel_event
 
struct m0_tlink pel_linkage
 
uint64_t pel_magic
 

Detailed Description

This link is used by pool machine to record all state change history. All events hang on the m0_poolmach::pm_events_list, ordered.

Definition at line 206 of file pool_machine.h.

Field Documentation

◆ pel_event

struct m0_poolmach_event pel_event

The event itself.

Definition at line 208 of file pool_machine.h.

◆ pel_linkage

struct m0_tlink pel_linkage

Link into m0_poolmach::pm_events_list. Used internally in pool machine.

Definition at line 214 of file pool_machine.h.

◆ pel_magic

uint64_t pel_magic

Definition at line 216 of file pool_machine.h.


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