]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: Separate nwfilter related completers into a file
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 13 Jul 2019 17:02:24 +0000 (19:02 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Aug 2019 07:15:36 +0000 (09:15 +0200)
commit32d62755292e6018c35d7d3c02142187caa733e5
tree41bd0ae114a65fd9dd04ccd3e2fb03aa88c9d916
parent597791e44bfb75104692314f79f619b2b1bd54f4
tools: Separate nwfilter related completers into a file

Mixing all completers in one file does not support
maintainability. Separate those completers which relate to
nwfilter (e.g. they complete various nwfilter aspects)
into virsh-completer-nwfilter.c

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
tools/Makefile.am
tools/virsh-completer-nwfilter.c [new file with mode: 0644]
tools/virsh-completer-nwfilter.h [new file with mode: 0644]
tools/virsh-completer.c
tools/virsh-completer.h