[libvirt] [PATCHv2 2/2] virsh: add new --details option to vol-list

Justin Clift justin at salasaga.org
Fri Jun 18 16:08:44 UTC 2010


On 06/18/2010 06:31 PM, Justin Clift wrote:
<snip>
> +            // The capacity value to output
> +            val = prettyCapacity(volumeInfo.capacity,&unit);
> +            virBufferVSprintf(&bufStr, "%.2lf %s", val, unit);
> +            volInfoTexts[i]->capacity =
> +                vshStrdup(ctl, virBufferContentAndReset(&bufStr));
> +
> +            // The allocation value to output

Ugh.  Just noticed these two // comments instead of /* */ ones.

Should I fix and resubmit?

-- 
Salasaga  -  Open Source eLearning IDE
               http://www.salasaga.org




More information about the libvir-list mailing list