#include <list.h>
Data Fields | |
void * | node_data |
struct listNode_s * | next |
Definition at line 40 of file list.h.
struct listNode_s* listNode_s::next |
Definition at line 43 of file list.h.
Referenced by df_SearchForService(), ListAdd(), ListAppend(), ListCopy(), ListDelete(), ListDeleteCB(), ListForEachCB(), ListPop(), ListSearch(), ListSearchCB(), and request_handler_DEREGISTER().
void* listNode_s::node_data |
Definition at line 42 of file list.h.
Referenced by df_SearchForService(), ListAdd(), ListAppend(), ListCopy(), ListDelete(), ListDeleteCB(), ListForEachCB(), ListGetHead(), ListPop(), ListSearch(), ListSearchCB(), and request_handler_DEREGISTER().