Re: [libvirt] [PATCH v2 6/9] virsh: Add vshRebootShutdownModeCompleter

2013-08-22 Thread Michal Privoznik
On 20.08.2013 22:02, Tomas Meszaros wrote: > vshRebootShutdownModeCompleter returns available modes > for reboot/shutdown commands. > --- > tools/virsh.c | 28 > tools/virsh.h | 1 + > 2 files changed, 29 insertions(+) > Again, you should add .completer = vshRebootS

[libvirt] [PATCH v2 6/9] virsh: Add vshRebootShutdownModeCompleter

2013-08-20 Thread Tomas Meszaros
vshRebootShutdownModeCompleter returns available modes for reboot/shutdown commands. --- tools/virsh.c | 28 tools/virsh.h | 1 + 2 files changed, 29 insertions(+) diff --git a/tools/virsh.c b/tools/virsh.c index 85d74ad..965b141 100644 --- a/tools/virsh.c +++ b/tool