Motr  M0

#include <source_dock_internal.h>

Collaboration diagram for fdmi_sd_fom:
Collaboration graph

Data Fields

uint64_t fsf_magic
 
struct m0_fom fsf_fom
 
struct m0_sm_ast fsf_wakeup_ast
 
struct m0_filterc_ctx fsf_filter_ctx
 
struct m0_filterc_iter fsf_filter_iter
 
struct m0_fdmi_eval_ctx fsf_flt_eval
 
struct m0_rpc_conn_pool fsf_conn_pool
 
struct m0_tl fsf_pending_fops
 
struct m0_mutex fsf_pending_fops_lock
 
struct m0_semaphore fsf_shutdown
 
char * fsf_client_ep
 
bool fsf_has_records
 
m0_time_t fsf_last_checkpoint
 

Detailed Description

FDMI source dock FOM

Definition at line 68 of file source_dock_internal.h.

Field Documentation

◆ fsf_client_ep

char* fsf_client_ep

Definition at line 80 of file source_dock_internal.h.

◆ fsf_conn_pool

struct m0_rpc_conn_pool fsf_conn_pool

Definition at line 75 of file source_dock_internal.h.

◆ fsf_filter_ctx

struct m0_filterc_ctx fsf_filter_ctx

Definition at line 72 of file source_dock_internal.h.

◆ fsf_filter_iter

struct m0_filterc_iter fsf_filter_iter

Definition at line 73 of file source_dock_internal.h.

◆ fsf_flt_eval

struct m0_fdmi_eval_ctx fsf_flt_eval

Definition at line 74 of file source_dock_internal.h.

◆ fsf_fom

struct m0_fom fsf_fom

Definition at line 70 of file source_dock_internal.h.

◆ fsf_has_records

bool fsf_has_records

Definition at line 81 of file source_dock_internal.h.

◆ fsf_last_checkpoint

m0_time_t fsf_last_checkpoint

Definition at line 82 of file source_dock_internal.h.

◆ fsf_magic

uint64_t fsf_magic

Definition at line 69 of file source_dock_internal.h.

◆ fsf_pending_fops

struct m0_tl fsf_pending_fops

Definition at line 76 of file source_dock_internal.h.

◆ fsf_pending_fops_lock

struct m0_mutex fsf_pending_fops_lock

Mutex to protect list of pending fops.

Definition at line 78 of file source_dock_internal.h.

◆ fsf_shutdown

struct m0_semaphore fsf_shutdown

Definition at line 79 of file source_dock_internal.h.

◆ fsf_wakeup_ast

struct m0_sm_ast fsf_wakeup_ast

Definition at line 71 of file source_dock_internal.h.


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