diff options
author | Hani Benhabiles <kroosec@gmail.com> | 2014-05-27 23:39:34 +0100 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-11 10:10:29 -0400 |
commit | e3bb532cc795a394b74d08c9d5eb1d95bb0e1e86 (patch) | |
tree | bbcaee68b70bba7d4a20fdd3f23ab9208e92309d /hmp.h | |
parent | 84007e81814bd1b523eb36b027ef8a84d7f00206 (diff) |
monitor: Add host_net_add device argument completion
Also fix the parameters documentation.
Signed-off-by: Hani Benhabiles <hani@linux.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp.h')
-rw-r--r-- | hmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,5 +109,6 @@ void watchdog_action_completion(ReadLineState *rs, int nb_args, const char *str); void migrate_set_capability_completion(ReadLineState *rs, int nb_args, const char *str); +void host_net_add_completion(ReadLineState *rs, int nb_args, const char *str); #endif |