thin-provisioning-tools/metadata_checker.h

16 lines
367 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"
#include "metadata_ll.h"
//----------------------------------------------------------------
namespace thin_provisioning {
boost::optional<persistent_data::error_set::ptr> metadata_check(metadata_ll::ptr md);
}
//----------------------------------------------------------------
#endif