]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virshDomainNameCompleter: Prune accepted flags
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Jan 2018 13:47:56 +0000 (14:47 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 31 Jan 2018 14:41:51 +0000 (15:41 +0100)
commit3b225256cd6abc8b95555d3dc0c03c55afc6d707
treeff3a54e8af4494bfee193a87c74dbcf60196c480
parent6c44013b174d676c37e86fc884bd933cf8f982fa
virshDomainNameCompleter: Prune accepted flags

Only a small subset of VIR_CONNECT_LIST_DOMAINS_* flags are
actually used for this completer. Remove the unused ones. Note
that this is unrelated to other commands using
VIR_CONNECT_LIST_DOMAINS_* (i.e. cmdList) as this commit targets
the completer only and nothing else.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/virsh-completer.c