Functions related to connections to BDB.
More...
#include <stdlib.h>
#include <string.h>
#include "../../mem/mem.h"
#include "../../dprint.h"
#include "../../ut.h"
#include "bdb_con.h"
#include "bdb_uri.h"
#include "bdb_lib.h"
Go to the source code of this file.
Functions
- int bdb_con (db_con_t *con)
- Create a new bdb_con structure.
- int bdb_con_connect (db_con_t *con)
- Establish a new connection to server.
- void bdb_con_disconnect (db_con_t *con)
- Disconnected from BDB.
- static void bdb_con_free (db_con_t *con, bdb_con_t *payload)
- Free all memory allocated for a bdb_con structure.
Detailed Description
Definition in file bdb_con.c.