OSRTDList Struct Reference

struct OSRTDList

This is the main list structure. It contains a count of the number of elements in the list and pointers to the list head and tail elements.

Member Data Documentation

OSUINT32 count

OSUINT32 count

Count of items in the list.

OSRTDListNode * head

OSRTDListNode *head

Pointer to first entry in list.

OSRTDListNode * tail

OSRTDListNode *tail

Pointer to last entry in list.