tweaks to metadata constructor, and some updated features.

This commit is contained in:
Joe Thornber
2013-06-19 11:34:01 +01:00
parent 172353d1a5
commit 055b237126
5 changed files with 25 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ namespace thin_provisioning {
sector_t data_block_size = 128,
block_address nr_data_blocks = 0); // Only used if CREATE
metadata(std::string const &dev_path, block_address metadata_snap);
metadata(std::string const &dev_path);
// ... use these instead ...
metadata(block_manager<>::ptr bm, open_type ot,