Start device_checker

This commit is contained in:
Joe Thornber
2013-04-29 13:24:19 +01:00
parent c0b14ce280
commit 1a8b1b29e8
6 changed files with 72 additions and 8 deletions

View File

@@ -153,6 +153,7 @@ namespace thin_provisioning {
class checker {
public:
typedef persistent_data::block_manager<> block_manager;
typedef boost::shared_ptr<checker> ptr;
virtual ~checker() {};