#include <ares_llist.h>
Public Attributes | |
| void * | data |
| struct list_node * | next |
| struct list_node * | prev |
Definition at line 22 of file ares_llist.h.
| void* list_node::data |
Definition at line 25 of file ares_llist.h.
| struct list_node* list_node::next |
Definition at line 24 of file ares_llist.h.
| struct list_node* list_node::prev |
Definition at line 23 of file ares_llist.h.