#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include "db_int.h"
#include "db_page.h"
#include "hash.h"
#include "db_shash.h"
#include "lock.h"
#include "txn.h"
Go to the source code of this file.
Functions | |
int | CDB___ham_dirty_meta (DBC *dbc) |
int | CDB___ham_get_meta (DBC *dbc) |
int | CDB___ham_release_meta (DBC *dbc) |
Variables | |
static const char | revid [] = "$Id: hash__meta_8c.html,v 1.1 2008/06/08 10:19:32 sebdiaz Exp $" |