CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
This structure represents a single, contiguous region of memory as part of a scatter-gather list. More...
#include <cdi_core_api.h>
Data Fields | |
void * | address_ptr |
The starting address of the data. | |
int | size_in_bytes |
The size of the data in bytes. | |
void * | internal_data_ptr |
Handle to private data used within the SDK that relates to this SGL entry. Do not use or modify this value. | |
CdiSglEntry * | next_ptr |
The next entry in the list or NULL if this is the final entry in the list. | |
This structure represents a single, contiguous region of memory as part of a scatter-gather list.