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

Data Fields

struct m0_rpc_at_bufac_atbuf
 
struct m0_rpc_bulk ac_bulk
 
const struct m0_rpc_connac_conn
 
struct m0_net_buffer ac_nb
 
struct m0_buf ac_recv
 
struct m0_clink ac_clink
 
struct m0_fomac_user_fom
 
struct m0_sm_ast ac_ast
 
int ac_rc
 

Detailed Description

Definition at line 49 of file at.c.

Field Documentation

◆ ac_ast

struct m0_sm_ast ac_ast

AST to be executed after transmission from server to client is complete.

Definition at line 70 of file at.c.

◆ ac_atbuf

struct m0_rpc_at_buf* ac_atbuf

Back link to the AT buffer.

Definition at line 51 of file at.c.

◆ ac_bulk

struct m0_rpc_bulk ac_bulk

Definition at line 52 of file at.c.

◆ ac_clink

struct m0_clink ac_clink

Clink to wait when transmission from server to client is complete.

Definition at line 60 of file at.c.

◆ ac_conn

const struct m0_rpc_conn* ac_conn

Definition at line 53 of file at.c.

◆ ac_nb

struct m0_net_buffer ac_nb

Definition at line 54 of file at.c.

◆ ac_rc

int ac_rc

Result of a bulk transmission.

Definition at line 72 of file at.c.

◆ ac_recv

struct m0_buf ac_recv

A single buffer where received buffer vector via bulk is spliced.

Definition at line 56 of file at.c.

◆ ac_user_fom

struct m0_fom* ac_user_fom

Fom to wakeup once bulk transmission from server to client is complete.

Definition at line 65 of file at.c.


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