CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
This file contains definitions and implementation for a simple list. More...
#include "list_api.h"
Functions | |
void | CdiListInit (CdiList *list_ptr) |
This file contains definitions and implementation for a simple list.
void CdiListInit | ( | CdiList * | list_ptr | ) |
Initialize a list. Doesn't need to be inline, since it is only used once for each instance of the list.
NOTE: All the APIs in this file are not thread-safe. However, read list entry APIs that use next_entry_ptr such as CdiListIteratorGetNext() can be used without thread-safe resource locks.
list_ptr | Pointer to instance of the list. |