[thin_check] Start refactoring metadata_checker.
This commit is contained in:
14
thin-provisioning/file_utils.h
Normal file
14
thin-provisioning/file_utils.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef THIN_FILE_UTILS_H
|
||||
#define THIN_FILE_UTILS_H
|
||||
|
||||
#include "persistent-data/block.h"
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
namespace thin_provisioning {
|
||||
block_address get_nr_blocks(string const &path);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user