[cache_dump, cache_restore] restore/dump cycle works

This commit is contained in:
Joe Thornber
2013-09-19 13:45:56 +01:00
parent c476de1756
commit 61e90998c0
13 changed files with 129 additions and 39 deletions

View File

@ -7,6 +7,11 @@
namespace caching {
namespace mapping_array_detail {
enum mapping_flags {
M_VALID = 1,
M_DIRTY = 2
};
struct mapping {
uint64_t oblock_;
uint32_t flags_;