Motr
M0
|
#include <fol.h>
Data Fields | |
struct m0_fol * | fr_fol |
uint64_t | fr_tid |
struct m0_fol_rec_header | fr_header |
struct m0_epoch_id * | fr_epoch |
struct m0_fol_update_ref * | fr_sibling |
struct m0_tl | fr_frags |
struct m0_fdmi_src_rec | fr_fdmi_rec |
In-memory representation of a fol record.
m0_fol_rec is bound to a particular fol and remembers its location in the log.
struct m0_epoch_id* fr_epoch |
struct m0_fdmi_src_rec fr_fdmi_rec |
struct m0_tl fr_frags |
A list of all FOL record fragments in a record. Fragments are linked through m0_fol_frag:rp_link to this list.
struct m0_fol_rec_header fr_header |
struct m0_fol_update_ref* fr_sibling |