summaryrefslogtreecommitdiffstats
path: root/hmp.h
diff options
context:
space:
mode:
authorHani Benhabiles <kroosec@gmail.com>2014-05-27 23:39:31 +0100
committerLuiz Capitulino <lcapitulino@redhat.com>2014-06-11 10:10:28 -0400
commitd0ece345cbe3a58a9952f0f539641009bfd7ddf9 (patch)
treeacf81b3fc68b5082a3904148a3cf2a47a27746a3 /hmp.h
parent8e5977797d76e33856506c9a0c454ae9ab23034c (diff)
downloadhqemu-d0ece345cbe3a58a9952f0f539641009bfd7ddf9.zip
hqemu-d0ece345cbe3a58a9952f0f539641009bfd7ddf9.tar.gz
monitor: Add watchdog_action argument completion
Signed-off-by: Hani Benhabiles <hani@linux.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp.h')
-rw-r--r--hmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hmp.h b/hmp.h
index 212e5d2..a70804d 100644
--- a/hmp.h
+++ b/hmp.h
@@ -105,5 +105,7 @@ void netdev_add_completion(ReadLineState *rs, int nb_args, const char *str);
void netdev_del_completion(ReadLineState *rs, int nb_args, const char *str);
void ringbuf_write_completion(ReadLineState *rs, int nb_args, const char *str);
void ringbuf_read_completion(ReadLineState *rs, int nb_args, const char *str);
+void watchdog_action_completion(ReadLineState *rs, int nb_args,
+ const char *str);
#endif
OpenPOWER on IntegriCloud