
5 Mar
2012
5 Mar
'12
8:33 p.m.
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