diff options
| author | Hani Benhabiles <kroosec@gmail.com> | 2014-05-27 23:39:36 +0100 |
|---|---|---|
| committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-11 10:10:29 -0400 |
| commit | ddd6b45ce25281a5894e2df0f7af014e83af19f7 (patch) | |
| tree | 501e33085e7ee97604978c16e185555fb405b7fb /hmp.h | |
| parent | e70871d8b5c92e40cedd6fd0b7687c4f0b6ce3ff (diff) | |
| download | focaccia-qemu-ddd6b45ce25281a5894e2df0f7af014e83af19f7.tar.gz focaccia-qemu-ddd6b45ce25281a5894e2df0f7af014e83af19f7.zip | |
monitor: Add host_net_remove arguments completion
Relies on readline unique completion strings patch to make the added vlan/hub completion values unique, instead of using something like a hash table. 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hmp.h b/hmp.h index 22ee836469..a53ad51602 100644 --- a/hmp.h +++ b/hmp.h @@ -110,5 +110,7 @@ void watchdog_action_completion(ReadLineState *rs, int nb_args, 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); +void host_net_remove_completion(ReadLineState *rs, int nb_args, + const char *str); #endif |