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

Data Fields

struct m0_rpc_connh_conn
 
struct m0_clink h_clink
 
uint64_t h_sender_id
 

Detailed Description

Helper structure to link connection with clink allocated on stack. We cannot use clink from m0_rpc_conn structure as it is killed in the process of waiting.

Definition at line 274 of file rpc_machine.c.

Field Documentation

◆ h_clink

struct m0_clink h_clink

Definition at line 276 of file rpc_machine.c.

◆ h_conn

struct m0_rpc_conn* h_conn

Definition at line 275 of file rpc_machine.c.

◆ h_sender_id

uint64_t h_sender_id

Definition at line 277 of file rpc_machine.c.


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