Motr  M0
m0_dtm_remote_ops Struct Reference

#include <remote.h>

Collaboration diagram for m0_dtm_remote_ops:
Collaboration graph

Data Fields

void(* reo_persistent )(struct m0_dtm_remote *rem, struct m0_dtm_history *history)
 
void(* reo_fixed )(struct m0_dtm_remote *rem, struct m0_dtm_history *history)
 
void(* reo_reset )(struct m0_dtm_remote *rem, struct m0_dtm_history *history)
 
void(* reo_undo )(struct m0_dtm_remote *rem, struct m0_dtm_history *history, m0_dtm_ver_t upto)
 
void(* reo_send )(struct m0_dtm_remote *rem, struct m0_dtm_update *update)
 
void(* reo_resend )(struct m0_dtm_remote *rem, struct m0_dtm_update *update)
 

Detailed Description

Definition at line 61 of file remote.h.

Field Documentation

◆ reo_fixed

void(* reo_fixed) (struct m0_dtm_remote *rem, struct m0_dtm_history *history)

Definition at line 64 of file remote.h.

◆ reo_persistent

void(* reo_persistent) (struct m0_dtm_remote *rem, struct m0_dtm_history *history)

Definition at line 62 of file remote.h.

◆ reo_resend

void(* reo_resend) (struct m0_dtm_remote *rem, struct m0_dtm_update *update)

Definition at line 72 of file remote.h.

◆ reo_reset

void(* reo_reset) (struct m0_dtm_remote *rem, struct m0_dtm_history *history)

Definition at line 66 of file remote.h.

◆ reo_send

void(* reo_send) (struct m0_dtm_remote *rem, struct m0_dtm_update *update)

Definition at line 70 of file remote.h.

◆ reo_undo

void(* reo_undo) (struct m0_dtm_remote *rem, struct m0_dtm_history *history, m0_dtm_ver_t upto)

Definition at line 68 of file remote.h.


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