WIP on cache tools

This commit is contained in:
Joe Thornber
2013-09-11 11:40:46 +01:00
parent d3ce6b811b
commit 6615b25e4b
19 changed files with 560 additions and 54 deletions

17
caching/metadata.cc Normal file
View File

@@ -0,0 +1,17 @@
#include "caching/metadata.h"
using namespace caching;
//----------------------------------------------------------------
metadata::metadata(block_manager<>::ptr bm, open_type ot)
{
}
metadata::metadata(block_manager<>::ptr bm, block_address metadata_snap)
{
}
//----------------------------------------------------------------