Motr  M0
m0_rpc_fop_session_terminate_rep Struct Reference

#include <session_fops.h>

Collaboration diagram for m0_rpc_fop_session_terminate_rep:
Collaboration graph

Data Fields

int32_t rstr_rc
 
uint64_t rstr_session_id
 
uint64_t rstr_sender_id
 

Detailed Description

Reply FOP to m0_rpc_fop_session_terminate. Sent from receiver to sender.

Definition at line 186 of file session_fops.h.

Field Documentation

◆ rstr_rc

int32_t rstr_rc

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

Definition at line 191 of file session_fops.h.

◆ rstr_sender_id

uint64_t rstr_sender_id

sender_id of rpc-connection to which the session being terminated belongs.

Definition at line 200 of file session_fops.h.

◆ rstr_session_id

uint64_t rstr_session_id

session_id of the session being terminated.

Definition at line 195 of file session_fops.h.


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