[libvirt] [PATCH] xenapi: Fix compile error in previous commit

Jim Fehlig jfehlig at novell.com
Fri Aug 20 22:28:04 UTC 2010


Eric Blake wrote:
> On 08/20/2010 03:31 PM, Matthias Bolte wrote:
>   
>> ---
>>
>> I'm pushing this under the trivial compile error fix rule.
>>
>>  {
>> -    enum virDomainLifecycleCrashAction num = VIR_DOMAIN_LIFECYCLE_CRASH__RESTART;
>> +    enum virDomainLifecycleCrashAction num = VIR_DOMAIN_LIFECYCLE_CRASH_RESTART;
>>     
>
> Oops - serves me right for testing on my RHEL 6 beta box (which lacks
> xen support) instead of my normal Fedora 13 box (where the compiler
> would have caught it as part of my review).  And thanks for the quick fix.
>   

Grrrr.  Sorry about that.  BTW, you don't only need xen but Citrix
xenserver right?  I have xen installed, including the opensource xenapi
headers/libs.  But looking at my build logs, xenapi was not detected
during configure.

Regards,
Jim




More information about the libvir-list mailing list