CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
This structure represents a list. More...
#include <singly_linked_list_api.h>
Data Fields | |
CdiSinglyLinkedListEntry * | head_ptr |
Head entry of list item. NULL valid if the list is empty. | |
CdiSinglyLinkedListEntry * | tail_ptr |
Tail entry of list item. NULL valid if the list is empty. | |
int | num_entries |
Number of entries currently in this list. | |
This structure represents a list.