CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
CdiSinglyLinkedList Struct Reference

This structure represents a list. More...

#include <singly_linked_list_api.h>

Data Fields

CdiSinglyLinkedListEntryhead_ptr
 Head entry of list item. NULL valid if the list is empty.
 
CdiSinglyLinkedListEntrytail_ptr
 Tail entry of list item. NULL valid if the list is empty.
 
int num_entries
 Number of entries currently in this list.
 

Detailed Description

This structure represents a list.


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