libonion
|
List of pointers. More...
#include <types.h>
Data Fields | |
void * | ptr |
struct onion_ptr_list_t * | next |
List of pointers.
Used at least on onion_request to as a freelist;
struct onion_ptr_list_t* onion_ptr_list_t::next |
void* onion_ptr_list_t::ptr |
Referenced by onion_ptr_list_add(), onion_ptr_list_filter(), onion_ptr_list_foreach(), and onion_ptr_list_remove().