db_travel.c

Go to the documentation of this file.
00001 
00011 #include "odb.h"
00012 
00013 odb_node_t * odb_get_iterator(odb_t const * odb, odb_node_nr_t * nr)
00014 {
00015     /* node zero is unused */
00016     *nr = odb->data->descr->current_size - 1;
00017     return odb->data->node_base + 1;
00018 }

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1