odb_descr_t Struct Reference

the minimal information which must be stored in the file to reload properly the data base, following this header is the node array then the hash table (when growing we avoid to copy node array) More...

#include <odb.h>

List of all members.

Public Attributes

odb_node_nr_t size
 in node nr (power of two)
odb_node_nr_t current_size
 nr used node + 1, node 0 unused
int padding [6]
 for padding and future use


Detailed Description

the minimal information which must be stored in the file to reload properly the data base, following this header is the node array then the hash table (when growing we avoid to copy node array)


Member Data Documentation

odb_node_nr_t odb_descr_t::current_size
 

nr used node + 1, node 0 unused

int odb_descr_t::padding[6]
 

for padding and future use

odb_node_nr_t odb_descr_t::size
 

in node nr (power of two)


The documentation for this struct was generated from the following file:
Generated on Thu Jul 17 19:54:28 2008 for oprofile by  doxygen 1.4.6