photon  1.1
Data Fields
photonBuffer Struct Reference

Convenience pointer type for the buffer structure. More...

#include <photon.h>

Data Fields

uintptr_t addr
 The base address of the buffer. More...
 
uint64_t size
 The size of the buffer in bytes. More...
 
struct photon_buffer_priv_t priv
 THe associated private buffer information. More...
 

Detailed Description

Convenience pointer type for the buffer structure.

The Photon buffer structure Used as a handle to a user space buffer passed via the Photon API.

Definition at line 105 of file photon.h.

Field Documentation

◆ addr

uintptr_t photonBuffer::addr

The base address of the buffer.

Definition at line 106 of file photon.h.

◆ priv

struct photon_buffer_priv_t photonBuffer::priv

THe associated private buffer information.

Definition at line 108 of file photon.h.

◆ size

uint64_t photonBuffer::size

The size of the buffer in bytes.

Definition at line 107 of file photon.h.


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