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