Testing journalio protocol
This commit is contained in:
parent
b3af783f4e
commit
49bd61feb1
16 changed files with 280 additions and 57 deletions
|
@ -3,9 +3,6 @@
|
|||
#include "lmdb.h"
|
||||
#include "libp2p/db/datastore.h"
|
||||
|
||||
static const char* DATASTORE_DB = "DATASTORE";
|
||||
static const char* JOURNAL_DB = "JOURNAL";
|
||||
|
||||
struct lmdb_trans_cursor {
|
||||
MDB_txn* transaction;
|
||||
MDB_cursor* cursor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue