Loading...
Searching...
No Matches
iolist Struct Reference

iolist structure definition More...

Detailed Description

iolist structure definition

Definition at line 39 of file iolist.h.

#include <iolist.h>

Data Fields

iolist_tiol_next
 ptr to next list entry
 
void * iol_base
 ptr to this list entries data
 
size_t iol_len
 size of data pointet to by ptr
 

Field Documentation

◆ iol_base

void* iolist::iol_base

ptr to this list entries data

Definition at line 41 of file iolist.h.

◆ iol_len

size_t iolist::iol_len

size of data pointet to by ptr

Definition at line 42 of file iolist.h.

◆ iol_next

iolist_t* iolist::iol_next

ptr to next list entry

Definition at line 40 of file iolist.h.


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