Merge branch 'master' of github.com:jthornber/thin-provisioning-tools
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "caching/metadata.h"
|
||||
#include "persistent-data/block.h"
|
||||
#include "persistent-data/file_utils.h"
|
||||
#include "persistent-data/space_map.h"
|
||||
#include "persistent-data/space-maps/core.h"
|
||||
#include "version.h"
|
||||
|
||||
@@ -158,6 +159,15 @@ namespace {
|
||||
using reporter_base::get_error;
|
||||
};
|
||||
|
||||
class space_map_reporter : public space_map_detail::visitor, reporter_base {
|
||||
public:
|
||||
space_map_reporter(nested_output &o)
|
||||
: reporter_base(o) {
|
||||
}
|
||||
|
||||
using reporter_base::get_error;
|
||||
};
|
||||
|
||||
//--------------------------------
|
||||
|
||||
transaction_manager::ptr open_tm(block_manager<>::ptr bm) {
|
||||
|
Reference in New Issue
Block a user