mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tools: Separate network related completers into a file
Mixing all completers in one file does not support maintainability. Separate those completers which relate to networks (e.g. they complete various network aspects) into virsh-completer-network.c Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
@@ -229,6 +229,7 @@ virsh_SOURCES = \
|
||||
virsh-completer.c virsh-completer.h \
|
||||
virsh-completer-domain.c virsh-completer-domain.h \
|
||||
virsh-completer-interface.c virsh-completer-interface.h \
|
||||
virsh-completer-network.c virsh-completer-network.h \
|
||||
virsh-completer-pool.c virsh-completer-pool.h \
|
||||
virsh-completer-volume.c virsh-completer-volume.h \
|
||||
virsh-console.c virsh-console.h \
|
||||
|
||||
Reference in New Issue
Block a user