Motr  M0
m0_rpc_item_header2 Struct Reference

#include <onwire.h>

Collaboration diagram for m0_rpc_item_header2:
Collaboration graph

Data Fields

struct m0_uint128 osr_uuid
 
uint64_t osr_sender_id
 
uint64_t osr_session_id
 
uint64_t osr_session_xid_min
 
uint64_t osr_xid
 
struct m0_cookie osr_cookie
 

Detailed Description

Definition at line 94 of file onwire.h.

Field Documentation

◆ osr_cookie

struct m0_cookie osr_cookie

Definition at line 106 of file onwire.h.

◆ osr_sender_id

uint64_t osr_sender_id

Definition at line 96 of file onwire.h.

◆ osr_session_id

uint64_t osr_session_id

Definition at line 97 of file onwire.h.

◆ osr_session_xid_min

uint64_t osr_session_xid_min

The sender will never send rpc items in this session with osr_xid which is less than this value.

See also
m0_rpc_session::s_xid_list, m0_rpc_item_xid_min_update().

Definition at line 104 of file onwire.h.

◆ osr_uuid

struct m0_uint128 osr_uuid

Definition at line 95 of file onwire.h.

◆ osr_xid

uint64_t osr_xid

Definition at line 105 of file onwire.h.


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