Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

map_root Struct Reference

This structure contains all information about a map. More...

#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_nodekey
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


Detailed Description

This structure contains all information about a map.

It is allocated once when _stp_map_new() is called.

Definition at line 57 of file map.h.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 22 00:32:02 2005 for SystemTap.