diff options
author | Thomas Winget <tewinget@gmail.com> | 2015-03-17 19:52:53 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2015-03-17 19:52:53 -0400 |
commit | 8e3347f31096fa26d88cb14582c866e8db785059 (patch) | |
tree | 779c958bad8cd3b50365b2a18ee93425bf4fb920 /src/blockchain_db/blockchain_db.h | |
parent | BlockchainBDB passes unit tests (diff) | |
parent | Merges PR #35 (diff) | |
download | monero-8e3347f31096fa26d88cb14582c866e8db785059.tar.xz |
Pull blockchain changes into berkeleydb branch
Diffstat (limited to 'src/blockchain_db/blockchain_db.h')
-rw-r--r-- | src/blockchain_db/blockchain_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockchain_db/blockchain_db.h b/src/blockchain_db/blockchain_db.h index d2b4a07a7..7b6b55a40 100644 --- a/src/blockchain_db/blockchain_db.h +++ b/src/blockchain_db/blockchain_db.h @@ -326,7 +326,7 @@ public: void show_stats(); // open the db at location <filename>, or create it if there isn't one. - virtual void open(const std::string& filename) = 0; + virtual void open(const std::string& filename, const int db_flags = 0) = 0; // make sure implementation has a create function as well virtual void create(const std::string& filename) = 0; |