photon  1.1
Data Fields
photonStatus Struct Reference

Status for Photon requests returned by the RNDV API. More...

#include <photon.h>

Data Fields

union photon_addr_t src_addr
 
photon_rid request
 
uint64_t size
 
int tag
 
int count
 
int error
 

Detailed Description

Status for Photon requests returned by the RNDV API.

Convenience pointer type for the status structure.

Definition at line 87 of file photon.h.

Field Documentation

◆ count

int photonStatus::count

Definition at line 92 of file photon.h.

◆ error

int photonStatus::error

Definition at line 93 of file photon.h.

◆ request

photon_rid photonStatus::request

Definition at line 89 of file photon.h.

◆ size

uint64_t photonStatus::size

Definition at line 90 of file photon.h.

◆ src_addr

union photon_addr_t photonStatus::src_addr

Definition at line 88 of file photon.h.

◆ tag

int photonStatus::tag

Definition at line 91 of file photon.h.


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