ttg::iovec Struct Reference

Documentation

Used to describe transfer payload in types using the

See also
SplitMetadataDescriptor.

Definition at line 11 of file iovec.h.

Public Attributes

std::size_t num_bytes
 The number of bytes to read from / write to the memory location given by data. More...
 
void * data
 Pointer to the data to be read from / written to. More...
 

Member Data Documentation

◆ data

void* ttg::iovec::data

Pointer to the data to be read from / written to.

Definition at line 15 of file iovec.h.

◆ num_bytes

std::size_t ttg::iovec::num_bytes

The number of bytes to read from / write to the memory location given by data.

Definition at line 13 of file iovec.h.


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