2011-10-28 12:07:21 +01:00
|
|
|
#ifndef METADATA_CHECKER_H
|
|
|
|
#define METADATA_CHECKER_H
|
|
|
|
|
|
|
|
#include "error_set.h"
|
2011-10-28 12:25:06 +01:00
|
|
|
#include "metadata.h"
|
2011-10-28 12:07:21 +01:00
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
|
|
|
|
namespace thin_provisioning {
|
2011-10-28 12:25:06 +01:00
|
|
|
boost::optional<persistent_data::error_set::ptr> metadata_check(metadata::ptr md);
|
2011-10-28 12:07:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
//----------------------------------------------------------------
|
|
|
|
|
|
|
|
#endif
|