#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <string.h>
#include "db_int.h"
#include "log.h"
Go to the source code of this file.
Functions | |
int | CDB___log_file_lock (DB *dbp) |
int | CDB___log_filelist_update (DB_ENV *dbenv, DB *dbp, int32_t fid, const char *newname, int *set) |
int | CDB_log_register (DB_ENV *dbenv, DB *dbp, const char *name) |
int | CDB_log_unregister (DB_ENV *dbenv, DB *dbp) |
Variables | |
static const char | revid [] = "$Id: log__register_8c.html,v 1.1 2008/06/08 10:20:30 sebdiaz Exp $" |