Motr  M0
m0_dtm_history_ops Struct Reference

#include <history.h>

Collaboration diagram for m0_dtm_history_ops:
Collaboration graph

Data Fields

const struct m0_dtm_history_typehio_type
 
const struct m0_uint128 *(* hio_id )(const struct m0_dtm_history *history)
 
void(* hio_persistent )(struct m0_dtm_history *history)
 
void(* hio_fixed )(struct m0_dtm_history *history)
 
int(* hio_update )(struct m0_dtm_history *history, uint8_t id, struct m0_dtm_update *update)
 

Detailed Description

Definition at line 78 of file history.h.

Field Documentation

◆ hio_fixed

void(* hio_fixed) (struct m0_dtm_history *history)

Definition at line 82 of file history.h.

◆ hio_id

const struct m0_uint128*(* hio_id) (const struct m0_dtm_history *history)

Definition at line 80 of file history.h.

◆ hio_persistent

void(* hio_persistent) (struct m0_dtm_history *history)

Definition at line 81 of file history.h.

◆ hio_type

const struct m0_dtm_history_type* hio_type

Definition at line 79 of file history.h.

◆ hio_update

int(* hio_update) (struct m0_dtm_history *history, uint8_t id, struct m0_dtm_update *update)

Definition at line 83 of file history.h.


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