summaryrefslogtreecommitdiff
path: root/tools/virsh-completer-domain.h
diff options
context:
space:
mode:
authorLin Ma <lma@suse.com>2020-11-10 17:51:03 +0800
committerMichal Privoznik <mprivozn@redhat.com>2020-11-10 18:34:31 +0100
commitbb331d90b8b0c8d2e8fa448b2e28212cfa436a86 (patch)
tree3fb65f2380bb5e58d5997d6cc839c7f02b66c4bd /tools/virsh-completer-domain.h
parent96d01ce9690d1f6b79b7ae76552c6e440d7f4eaf (diff)
downloadlibvirt-bb331d90b8b0c8d2e8fa448b2e28212cfa436a86.tar.gz
virsh: Add lifecycle type completion to set-lifecycle-action 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 cdec66f23e..70f6e30947 100644
--- a/tools/virsh-completer-domain.h
+++ b/tools/virsh-completer-domain.h
@@ -102,3 +102,7 @@ char ** virshDomainConsoleCompleter(vshControl *ctl,
char ** virshDomainSignalCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);
+
+char ** virshDomainLifecycleCompleter(vshControl *ctl,
+ const vshCmd *cmd,
+ unsigned int flags);