Motr  M0
m0_rpc_fop_conn_establish_rep Struct Reference

#include <session_fops.h>

Collaboration diagram for m0_rpc_fop_conn_establish_rep:
Collaboration graph

Data Fields

int32_t rcer_rc
 
uint64_t rcer_sender_id
 

Detailed Description

FOP sent by receiver back to sender as a reply to m0_rpc_fop_conn_establish FOP.

Definition at line 98 of file session_fops.h.

Field Documentation

◆ rcer_rc

int32_t rcer_rc

Contains 0 if CONN_ESTABLISH operation is successful, error code otherwise.

Definition at line 103 of file session_fops.h.

◆ rcer_sender_id

uint64_t rcer_sender_id

sender_id assigned by receiver to the established rpc-connection. Has value SENDER_ID_INVALID if CONN_ESTABLISH operation fails.

Definition at line 108 of file session_fops.h.


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