Motr  M0
m0_cpx Struct Reference

#include <cp_onwire.h>

Collaboration diagram for m0_cpx:
Collaboration graph

Data Fields

uint32_t cpx_prio
 
struct m0_cm_ag_id cpx_ag_id
 
uint64_t cpx_ag_cp_idx
 
struct m0_bitmap_onwire cpx_bm
 
struct m0_io_descs cpx_desc
 
m0_time_t cpx_epoch
 

Detailed Description

Onwire copy packet structure.

Definition at line 36 of file cp_onwire.h.

Field Documentation

◆ cpx_ag_cp_idx

uint64_t cpx_ag_cp_idx

Global index of this copy packet in aggregation group.

Definition at line 47 of file cp_onwire.h.

◆ cpx_ag_id

struct m0_cm_ag_id cpx_ag_id

Aggregation group id corresponding to an aggregation group, to which the copy packet belongs.

Definition at line 44 of file cp_onwire.h.

◆ cpx_bm

struct m0_bitmap_onwire cpx_bm

Bitmap representing the accumulator information.

Definition at line 50 of file cp_onwire.h.

◆ cpx_desc

struct m0_io_descs cpx_desc

Network buffer descriptors corresponding to copy packet data.

Definition at line 53 of file cp_onwire.h.

◆ cpx_epoch

m0_time_t cpx_epoch

Epoch of the copy packet, the same as that from the copy machine which this copy packet belongs to.

Definition at line 59 of file cp_onwire.h.

◆ cpx_prio

uint32_t cpx_prio

Copy packet priority.

Definition at line 38 of file cp_onwire.h.


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