[libvirt] [PATCH] Fix build after commit e3ba4025

Jim Fehlig jfehlig at suse.com
Mon Mar 5 20:33:28 UTC 2012


Eric Blake wrote:
> On 03/05/2012 12:17 PM, Jim Fehlig wrote:
>   
>
>> +++ b/src/util/virnetlink.h
>> @@ -55,7 +55,7 @@ int virNetlinkEventServiceStart(void);
>>  /**
>>   * virNetlinkEventServiceIsRunning: returns if the netlink event service is running.
>>   */
>> -bool virNetlinkEventServiceIsRunning(void);
>> +int virNetlinkEventServiceIsRunning(void);
>>     
>
> But this hunk looks wrong.
>   

Yes, it is wrong.  I changed the definition in virnetlink.c, as it
should have been, and pushed the result.

Thanks,
Jim




More information about the libvir-list mailing list