mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
b47637261c
* 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>
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
#
|
|
# These symbols are dependent upon --with-driver-modules.
|
|
#
|
|
|
|
|
|
# driver.h
|
|
virDriverLoadModule;
|
|
virDriverModuleInitialize;
|