[libvirt] [PATCH 04/12] virsh-host.c: Switch to C99 initialization of vshCmdOptDef

2013-01-14 Thread Michal Privoznik
--- tools/virsh-host.c | 102 +++-- 1 file changed, 75 insertions(+), 27 deletions(-) diff --git a/tools/virsh-host.c b/tools/virsh-host.c index 352c49a..fe9a7af 100644 --- a/tools/virsh-host.c +++ b/tools/virsh-host.c @@ -74,10 +74,17 @@ static

Re: [libvirt] [PATCH 04/12] virsh-host.c: Switch to C99 initialization of vshCmdOptDef

2013-01-14 Thread Doug Goldstein
On Mon, Jan 14, 2013 at 9:59 AM, Michal Privoznik mpriv...@redhat.com wrote: --- tools/virsh-host.c | 102 +++-- 1 file changed, 75 insertions(+), 27 deletions(-) diff --git a/tools/virsh-host.c b/tools/virsh-host.c index 352c49a..fe9a7af