FreeRDP
DataChunk Struct Reference

a piece of data in the ring buffer, exactly like a glibc iovec More...

#include <ringbuffer.h>

Data Fields

size_t size
 
const BYTE * data
 

Detailed Description

a piece of data in the ring buffer, exactly like a glibc iovec

Definition at line 43 of file ringbuffer.h.

Field Documentation

◆ data

const BYTE* DataChunk::data

Definition at line 46 of file ringbuffer.h.

◆ size

size_t DataChunk::size

Definition at line 45 of file ringbuffer.h.


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