]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: Separate storage pool related completers into a file
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 13 Jul 2019 16:27:12 +0000 (18:27 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Aug 2019 07:06:26 +0000 (09:06 +0200)
commit41c8b3b83c0f5b2ea2ff490704145e66ba5042d4
tree781093fe3719bed330bd3a33b18824762a3c8638
parentca76fc3abef336e78e33571b72ca4cdefaed3d57
tools: Separate storage pool related completers into a file

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

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