• D
    Make libvirt.so include the RPC server code · 22af84dc
    Daniel P. Berrange 提交于
    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
    22af84dc
libvirt_private.syms 28.4 KB