Motr  M0
m0_be_log_cfg Struct Reference

#include <log.h>

Collaboration diagram for m0_be_log_cfg:
Collaboration graph

Data Fields

struct m0_be_log_store_cfg lc_store_cfg
 
struct m0_be_log_sched_cfg lc_sched_cfg
 
struct m0_be_recovery_cfg lc_recovery_cfg
 
m0_be_log_got_space_cb_t lc_got_space_cb
 
m0_be_log_full_cb_t lc_full_cb
 
m0_bcount_t lc_full_threshold
 
struct m0_mutexlc_lock
 
bool lc_skip_recovery
 

Detailed Description

Definition at line 249 of file log.h.

Field Documentation

◆ lc_full_cb

m0_be_log_full_cb_t lc_full_cb

Definition at line 254 of file log.h.

◆ lc_full_threshold

m0_bcount_t lc_full_threshold

Definition at line 255 of file log.h.

◆ lc_got_space_cb

m0_be_log_got_space_cb_t lc_got_space_cb

Definition at line 253 of file log.h.

◆ lc_lock

struct m0_mutex* lc_lock

Definition at line 256 of file log.h.

◆ lc_recovery_cfg

struct m0_be_recovery_cfg lc_recovery_cfg

Definition at line 252 of file log.h.

◆ lc_sched_cfg

struct m0_be_log_sched_cfg lc_sched_cfg

Definition at line 251 of file log.h.

◆ lc_skip_recovery

bool lc_skip_recovery

Definition at line 257 of file log.h.

◆ lc_store_cfg

struct m0_be_log_store_cfg lc_store_cfg

Definition at line 250 of file log.h.


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