[thin_trim] first code drop.

No testing done as yet.
This commit is contained in:
Joe Thornber
2014-11-18 16:03:03 +00:00
parent e476515087
commit 8e92158055
3 changed files with 202 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace thin_provisioning {
extern base::command thin_restore_cmd;
extern base::command thin_repair_cmd;
extern base::command thin_rmap_cmd;
extern base::command thin_trim_cmd;
extern base::command thin_metadata_size_cmd;
}