The libvirt_private.syms file exports virNetlinkEventServiceLocalPid
so there needs to be a no-op stub for Win32 to avoid linker errors
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
(cherry picked from commit
2d191e8e2720abb86e3a14a073dc05c88966b8dc)
return 0;
}
+int virNetlinkEventServiceLocalPid(void)
+{
+ netlinkError(VIR_ERR_INTERNAL_ERROR, "%s", _(unsupported));
+ return -1;
+}
+
/**
* virNetlinkEventAddClient: register a callback for handling of
* netlink messages