#include <map.h>
Data Fields | |
enum valtype | type |
int | maxnum |
type of the values stored in the array | |
int | num |
maximum number of elements allowed in the array. | |
int | no_wrap |
list_head | head |
list_head | pool |
map_node * | key |
u_int8_t | create |
enum keytype | c_key1type |
enum keytype | c_key2type |
hlist_head * | c_keyhead |
key_data | c_key1 |
key_data | c_key2 |
hlist_head | hashes [HASH_TABLE_SIZE] |
void * | membuf |
It is allocated once when _stp_map_new() is called.
Definition at line 57 of file map.h.