|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
This structure represents a single list entry. More...
#include <list_api.h>
Data Fields | |
| CdiListEntry * | next_ptr |
| Pointer to next item in list. If no items in list, will point to itself. | |
| CdiListEntry * | prev_ptr |
| Pointer to previous item in list. If no items in list, will point to itself. | |
This structure represents a single list entry.