Motr  M0
m0_be_active_record Struct Reference

#include <active_record.h>

Collaboration diagram for m0_be_active_record:
Collaboration graph

Data Fields

struct m0_be_list_link ar_link
 
uint64_t ar_tx_id
 
enum m0_be_active_record_type ar_rec_type
 
struct m0_be_active_record_domainar_dom
 
struct m0_buf ar_payload
 
uint64_t ar_magic
 

Detailed Description

Definition at line 45 of file active_record.h.

Field Documentation

◆ ar_dom

Definition at line 49 of file active_record.h.

◆ ar_link

struct m0_be_list_link ar_link

Definition at line 46 of file active_record.h.

◆ ar_magic

uint64_t ar_magic

Definition at line 56 of file active_record.h.

◆ ar_payload

struct m0_buf ar_payload

Copy of tx payload inside log today used as a workaround to access this payload during recovery and without need to scan log fully

Definition at line 55 of file active_record.h.

◆ ar_rec_type

enum m0_be_active_record_type ar_rec_type

Definition at line 48 of file active_record.h.

◆ ar_tx_id

uint64_t ar_tx_id

Definition at line 47 of file active_record.h.


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