era_invalidate

This commit is contained in:
Joe Thornber
2014-01-31 16:31:27 +00:00
parent 344f4b1e08
commit d3afa57082
5 changed files with 150 additions and 13 deletions

View File

@@ -3,6 +3,7 @@
#include "persistent-data/block.h"
#include "era/era_detail.h"
#include <boost/optional.hpp>
#include <set>
@@ -63,6 +64,8 @@ namespace era {
// Big array holding the digested era/block info.
uint64_t era_array_root;
boost::optional<persistent_data::block_address> metadata_snap;
};
//--------------------------------