
22 Apr
2009
22 Apr
'09
11:12 a.m.
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