Motr  M0
m0_rpc_fop_conn_establish_ctx Struct Reference

#include <session_fops.h>

Collaboration diagram for m0_rpc_fop_conn_establish_ctx:
Collaboration graph

Data Fields

struct m0_fop cec_fop
 
struct m0_net_end_pointcec_sender_ep
 

Detailed Description

Container for CONN_ESTABLISH fop.

This is required only on receiver side so that, m0_rpc_fom_conn_establish_state() can find out sender's endpoint, while initialising receiver side m0_rpc_conn object.

item_received() calls m0_rpc_fop_conn_establish_ctx_init() to initialise cec_fop and cec_sender_ep.

Definition at line 78 of file session_fops.h.

Field Documentation

◆ cec_fop

struct m0_fop cec_fop

fop instance of type m0_rpc_fop_conn_establish_fopt

Definition at line 80 of file session_fops.h.

◆ cec_sender_ep

struct m0_net_end_point* cec_sender_ep

end point of sender, who has sent the conn_establish request fop

Definition at line 83 of file session_fops.h.


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