]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
interface: always build all available backends
authorDoug Goldstein <cardoe@cardoe.com>
Sat, 6 Oct 2012 19:20:27 +0000 (14:20 -0500)
committerEric Blake <eblake@redhat.com>
Tue, 9 Oct 2012 15:44:51 +0000 (09:44 -0600)
commit43dbcb1541f5c1dbe32dd6917c59d0701e84f463
tree7e99e72827a6f210731b9e6070259d2ab4804463
parentb871830ac82f644d912607ebe1f60f7c0d466dc7
interface: always build all available backends

Always build all available backends to avoid bit-rot. At run time we
select the correct backend and load it by attempting netcf first and
then udev.
src/Makefile.am
src/interface/interface_backend_netcf.c
src/interface/interface_backend_udev.c
src/interface/interface_driver.c [new file with mode: 0644]
src/interface/interface_driver.h