Motr  M0
spiel_proc_counter_item Struct Reference
Collaboration diagram for spiel_proc_counter_item:
Collaboration graph

Data Fields

struct m0_fid sci_fid
 
struct m0_rpc_link sci_rlink
 
struct m0_fop sci_fop
 
struct m0_clink sci_rlink_wait
 
struct m0_tlsci_counters
 
struct m0_proc_data sci_data
 
struct m0_spiel_core * sci_spc
 
struct m0_sm_ast sci_ast
 
struct m0_semaphore sci_barrier
 
uint64_t sci_magic
 
int sci_rc
 

Detailed Description

A context for fetching counters from an ioservice.

Definition at line 1677 of file cmd.c.

Field Documentation

◆ sci_ast

struct m0_sm_ast sci_ast

Definition at line 1698 of file cmd.c.

◆ sci_barrier

struct m0_semaphore sci_barrier

For waiting till reply fop is recived

Definition at line 1700 of file cmd.c.

◆ sci_counters

struct m0_tl* sci_counters

List of data received from an ioservice from each reply fop. Linked from m0_proc_data::pd_link. List will be implemented during retry mechanism task CORTX-28389.

Definition at line 1694 of file cmd.c.

◆ sci_data

struct m0_proc_data sci_data

temp field, till the counters list is implemented

Definition at line 1696 of file cmd.c.

◆ sci_fid

struct m0_fid sci_fid

Process fid

Definition at line 1679 of file cmd.c.

◆ sci_fop

struct m0_fop sci_fop

Process counter fetch request.

Definition at line 1683 of file cmd.c.

◆ sci_magic

uint64_t sci_magic

Definition at line 1701 of file cmd.c.

◆ sci_rc

int sci_rc

Definition at line 1702 of file cmd.c.

◆ sci_rlink

struct m0_rpc_link sci_rlink

Rpc link for connect to a process

Definition at line 1681 of file cmd.c.

◆ sci_rlink_wait

struct m0_clink sci_rlink_wait

Signalled when session is established.

See also
m0_rpc_link_connect_async

Definition at line 1688 of file cmd.c.

◆ sci_spc

struct m0_spiel_core* sci_spc

Definition at line 1697 of file cmd.c.


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