Motr  M0
m0_rm_remote_incoming Struct Reference

#include <rm_internal.h>

Collaboration diagram for m0_rm_remote_incoming:
Collaboration graph

Data Fields

struct m0_rm_incoming ri_incoming
 
struct m0_cookie ri_owner_cookie
 
struct m0_cookie ri_rem_owner_cookie
 
struct m0_cookie ri_loan_cookie
 
struct m0_uint128 ri_group_id
 

Detailed Description

Created as a result of remote request which is either BORROW or REVOKE (and CANCEL in future).

Definition at line 49 of file rm_internal.h.

Field Documentation

◆ ri_group_id

struct m0_uint128 ri_group_id

Definition at line 61 of file rm_internal.h.

◆ ri_incoming

struct m0_rm_incoming ri_incoming

Definition at line 50 of file rm_internal.h.

◆ ri_loan_cookie

struct m0_cookie ri_loan_cookie

Definition at line 60 of file rm_internal.h.

◆ ri_owner_cookie

struct m0_cookie ri_owner_cookie

Cookie of local owner sent by the remote end. This is used for locality determination.

Definition at line 55 of file rm_internal.h.

◆ ri_rem_owner_cookie

struct m0_cookie ri_rem_owner_cookie

Cookie of remote owner sent by the remote end.

Definition at line 59 of file rm_internal.h.


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