[libvirt] [libvirt-java] [PATCH 09/65] jna: load virt-0 or virt library depending on the platform

Claudio Bley cbley at av-test.de
Wed Mar 26 13:31:01 UTC 2014


At Fri, 21 Feb 2014 10:36:33 +0000,
Daniel P. Berrange wrote:
> 
> On Thu, Feb 13, 2014 at 04:22:17PM +0100, Claudio Bley wrote:
> > On Windows, the libvirt DLL is called libvirt-0.dll. Trying to load
> > the "virt" library hence fails to find the file. Branch on the platform
> > and load "virt-0" if we're running on this OS, use "virt" otherwise.
> > 
> > Signed-off-by: Claudio Bley <cbley at av-test.de>
> > ---
> >  src/main/java/org/libvirt/jna/Libvirt.java |    3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> ACK

Thanks, pushed.




More information about the libvir-list mailing list