thin-provisioning-tools/metadata_checker.h

16 lines
361 B
C
Raw Normal View History

2011-10-28 16:37:21 +05:30
#ifndef METADATA_CHECKER_H
#define METADATA_CHECKER_H
#include "error_set.h"
2011-10-28 16:55:06 +05:30
#include "metadata.h"
2011-10-28 16:37:21 +05:30
//----------------------------------------------------------------
namespace thin_provisioning {
2011-10-28 16:55:06 +05:30
boost::optional<persistent_data::error_set::ptr> metadata_check(metadata::ptr md);
2011-10-28 16:37:21 +05:30
}
//----------------------------------------------------------------
#endif