[cache_dump, cache_restore] restore/dump cycle works
This commit is contained in:
@ -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_;
|
||||
|
Reference in New Issue
Block a user