libvirt/src/libvirt_driver_modules.syms
Daniel P. Berrange b47637261c Override default driver dir when running from GIT
* daemon/libvirtd.c: Set custom driver module dir if the current
  binary name is 'lt-libvirtd' (indicating execution directly
  from GIT checkout)
* src/driver.c, src/driver.h, src/libvirt_driver_modules.syms: Add
  virDriverModuleInitialize to allow driver module location to
  be changed

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-05-24 13:18:01 +01:00

9 lines
123 B
Plaintext

#
# These symbols are dependent upon --with-driver-modules.
#
# driver.h
virDriverLoadModule;
virDriverModuleInitialize;