Testing journalio protocol

This commit is contained in:
jmjatlanta 2017-08-30 11:10:14 -05:00
parent b3af783f4e
commit 49bd61feb1
16 changed files with 280 additions and 57 deletions

View file

@ -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;