mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh-completer: modify and fix bug in virshPoolTypeCompleter, now used for more commands
Signed-off-by: Adam Julis <ajulis@redhat.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
committed by
Michal Privoznik
parent
c8ca9d0118
commit
7cb4a68500
@@ -32,6 +32,10 @@ virshPoolEventNameCompleter(vshControl *ctl,
|
||||
const vshCmd *cmd,
|
||||
unsigned int flags);
|
||||
|
||||
enum {
|
||||
VIRSH_POOL_TYPE_COMPLETER_COMMA = 1 << 0,
|
||||
};
|
||||
|
||||
char **
|
||||
virshPoolTypeCompleter(vshControl *ctl,
|
||||
const vshCmd *cmd,
|
||||
|
||||
Reference in New Issue
Block a user