]> xenbits.xensource.com Git - libvirt.git/commitdiff
rpc: export xdr_virNetMessageError for virnetmessagetest on Win32
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 9 Feb 2018 14:29:33 +0000 (14:29 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 9 Feb 2018 14:29:33 +0000 (14:29 +0000)
The Win32 symbol export file format can't do wildcards, so none of
the 'xdr_*' symbols are exported from the libvirt DLL. This doesn't
matter generally since the RPC client is built into the DLL and we
don't build libvirtd on Win32. The virnetmessagetest, however, does
require xdr_virNetMessageError to be exported, so just do a hack for
that.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/libvirt_remote.syms

index 736848273a8aacd95152956a49f0a28ac61760b7..97e22275b980ede98983e237ffeb784132b63be7 100644 (file)
@@ -7,6 +7,12 @@
 
 # Generated files
 xdr_*;
+# Hack only required for Win32 to make tests link properly,
+# as the wildcard above doesn't work there. Fortunately
+# Win32 builds don't require the other xdr_* syms exported.
+# since there's no libvirtd built.
+xdr_virNetMessageError;
+
 
 # rpc/virnetclient.h
 virNetClientAddProgram;