summaryrefslogtreecommitdiff
path: root/tools/virsh-completer-domain.h
diff options
context:
space:
mode:
authorLin Ma <lma@suse.com>2020-11-10 17:50:54 +0800
committerMichal Privoznik <mprivozn@redhat.com>2020-11-10 18:34:04 +0100
commitf8b3e98a01ae5ec9f8ea2b9efd1493ffa196e5ec (patch)
treee74b929eb72d80cba07534349d50f1330999f6bb /tools/virsh-completer-domain.h
parent4583a49ccf41e78c4f2cc7788a193a6c5509bd09 (diff)
downloadlibvirt-f8b3e98a01ae5ec9f8ea2b9efd1493ffa196e5ec.tar.gz
virsh: Add serial/parallel device name completion to console command
Signed-off-by: Lin Ma <lma@suse.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'tools/virsh-completer-domain.h')
-rw-r--r--tools/virsh-completer-domain.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/virsh-completer-domain.h b/tools/virsh-completer-domain.h
index d5021f6aa6..02fea2fe94 100644
--- a/tools/virsh-completer-domain.h
+++ b/tools/virsh-completer-domain.h
@@ -94,3 +94,7 @@ char ** virshDomainCpulistCompleter(vshControl *ctl,
char ** virshDomainVcpulistViaAgentCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);
+
+char ** virshDomainConsoleCompleter(vshControl *ctl,
+ const vshCmd *cmd,
+ unsigned int flags);