libvirt/src/libvirt_driver_modules.syms
Daniel P. Berrangé 8b0f721f2e util: create new virmodule.{c,h} files for dlopen support code
The driver.{c,h} files are primarily targetted at loading hypervisor
drivers and some helper functions in that area. It also, however,
contains a generically useful function for loading extension modules
that is called by the storage driver. Split that functionality off
into a new virmodule.{c,h} file to isolate it.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2018-05-03 12:47:43 +01:00

12 lines
192 B
Plaintext

#
# These symbols are dependent upon --with-driver-modules.
#
# driver.h
virDriverLoadModule;
# Let emacs know we want case-insensitive sorting
# Local Variables:
# sort-fold-case: t
# End: