[cache_restore/dump] hint_width work.

dump/restore cycle works again.
This commit is contained in:
Joe Thornber
2013-09-26 11:36:01 +01:00
parent bd1a189298
commit bb898eeaad
10 changed files with 43 additions and 14 deletions

View File

@@ -28,6 +28,8 @@ namespace caching {
metadata(block_manager<>::ptr bm, open_type ot);
void commit();
void setup_hint_array(size_t width);
typedef persistent_data::transaction_manager tm;
tm::ptr tm_;