asrt
Automated System Runtime Testing library
Loading...
Searching...
No Matches
asrt_span_span Struct Reference

Scatter-gather buffer: a primary byte range [b, e) followed by rest_count additional spans. More...

#include <span.h>

Public Attributes

uint8_t * b
 Primary buffer start.
 
uint8_t * e
 Primary buffer one-past-the-end.
 
struct asrt_spanrest
 Optional array of additional byte ranges.
 
uint32_t rest_count
 Number of entries in rest.
 

Detailed Description

Scatter-gather buffer: a primary byte range [b, e) followed by rest_count additional spans.

Used to build multi-part messages without copying all segments into one buffer.


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