summaryrefslogtreecommitdiff
path: root/tools/virsh-completer-domain.h
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2022-02-21 14:02:19 +0100
committerPeter Krempa <pkrempa@redhat.com>2022-03-03 11:06:56 +0100
commitea3e64fefdfb2e02ff80e6d21e7e242a7551fdd7 (patch)
treefddee398b88096a6c66cc000222838b123dd9023 /tools/virsh-completer-domain.h
parentc704d27d4a941337a956ab7fe77b95892019976b (diff)
downloadlibvirt-ea3e64fefdfb2e02ff80e6d21e7e242a7551fdd7.tar.gz
virsh: Move 'cmdEvent' and all of its machinery to virsh-domain-event.c
'cmdEvent' along with all the helper functions it needs is ~950 LOC. Move it out from virsh-domain.c to virsh-domain-event.c along with the completer function so that the new module doesn't have to expose any new types. Semantically this creates a new category in 'virsh help' but all other behaviour stays the same. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'tools/virsh-completer-domain.h')
-rw-r--r--tools/virsh-completer-domain.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/virsh-completer-domain.h b/tools/virsh-completer-domain.h
index 044c675842..27cf963912 100644
--- a/tools/virsh-completer-domain.h
+++ b/tools/virsh-completer-domain.h
@@ -42,11 +42,6 @@ virshDomainDiskTargetCompleter(vshControl *ctl,
unsigned int flags);
char **
-virshDomainEventNameCompleter(vshControl *ctl,
- const vshCmd *cmd,
- unsigned int flags);
-
-char **
virshDomainInterfaceStateCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);