[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH 1/2] (Updated & fixed) OpenNebula driver, libvirt-0.6.2
- From: Pritesh Kothari <Pritesh Kothari Sun COM>
- To: libvir-list redhat com
- Cc: libvirt-list redhat com
- Subject: Re: [libvirt] [PATCH 1/2] (Updated & fixed) OpenNebula driver, libvirt-0.6.2
- Date: Wed, 22 Apr 2009 17:12:02 +0200
Hi Abel
>- Included driver's files in a different directory "src/opennebula"
Great, wouldn't crowd the src/ directory anymore, thanks.
> domain) { break;
> case VIR_FROM_VBOX:
> dom = "VBOX ";
> + case VIR_FROM_ONE:
> + dom = "ONE ";
> break;
> }
> return(dom);
there is break missing here. will cause subtle errors if not failures.
Regards,
Pritesh
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]