[thin_show_duplicates] stub new command

This commit is contained in:
Joe Thornber
2015-08-19 09:41:14 +01:00
parent 29c2a949f4
commit dbd0c65088
5 changed files with 116 additions and 0 deletions

View File

@ -15,6 +15,7 @@ namespace thin_provisioning {
extern base::command thin_rmap_cmd;
extern base::command thin_trim_cmd;
extern base::command thin_metadata_size_cmd;
extern base::command thin_show_dups_cmd;
}
//----------------------------------------------------------------