[libvirt] [PATCH 1/7] Make libvirt.so include the RPC server code

Eric Blake eblake at redhat.com
Fri Oct 7 17:41:05 UTC 2011


On 10/07/2011 09:56 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange"<berrange at redhat.com>
>
> To avoid static linking libvirtd to the RPC server code, which
> then prevents sane introduction of DTrace probes, put it all
> in the libvirt.so, and export it
>
> * daemon/Makefile.am: Don't link to RPC libraries
> * src/Makefile.am: Link all RPC libraries to libvirt.so
> * src/libvirt_private.syms: Export all RPC functions
> ---
>   daemon/Makefile.am       |    2 -
>   src/Makefile.am          |    5 ++-
>   src/libvirt_private.syms |   95 ++++++++++++++++++++++++++++++++++++++++++++++
>   3 files changed, 99 insertions(+), 3 deletions(-)

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list