commit | d0ece345cbe3a58a9952f0f539641009bfd7ddf9 | [log] [tgz] |
---|---|---|
author | Hani Benhabiles <[email protected]> | Tue May 27 23:39:31 2014 +0100 |
committer | Luiz Capitulino <[email protected]> | Wed Jun 11 10:10:28 2014 -0400 |
tree | acf81b3fc68b5082a3904148a3cf2a47a27746a3 | |
parent | 8e5977797d76e33856506c9a0c454ae9ab23034c [diff] [blame] |
monitor: Add watchdog_action argument completion Signed-off-by: Hani Benhabiles <[email protected]> Signed-off-by: Luiz Capitulino <[email protected]>
diff --git a/hmp-commands.hx b/hmp-commands.hx index dcec5ef..45e1763 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -1359,6 +1359,7 @@ .params = "[reset|shutdown|poweroff|pause|debug|none]", .help = "change watchdog action", .mhandler.cmd = do_watchdog_action, + .command_completion = watchdog_action_completion, }, STEXI