Structure of Double-Linked Cached List. More...
#include <mirkl_cdllist.h>
Data Fields | |
| int | Tag |
| Object Tag. | |
| mirkl_uint32_t | flags |
| flags | |
| struct mirkl_cdllist_t_ * | Prev |
| Prev node. | |
| struct mirkl_cdllist_t_ * | Next |
| Next node. | |
| void * | Object |
| User data. | |
Structure of Double-Linked Cached List.