[thin_debug] Integrate thin_debug into the main program

This commit is contained in:
Ming-Hung Tsai
2016-02-19 00:35:10 +08:00
committed by Ming-Hung Tsai
parent 9733ceb949
commit 0ce026caf5
4 changed files with 50 additions and 26 deletions

View File

@ -8,6 +8,7 @@ using namespace thin_provisioning;
void
thin_provisioning::register_thin_commands(base::application &app)
{
app.add_cmd(command::ptr(new thin_debug_cmd()));
app.add_cmd(command::ptr(new thin_generate_damage_cmd()));
app.add_cmd(command::ptr(new thin_generate_mappings_cmd()));
app.add_cmd(command::ptr(new thin_generate_metadata_cmd()));