mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00:00
Move network driver into src/network
* daemon/qemud.c, src/Makefile.am: Adapt for changed paths * src/network_driver.c: Rename to src/network/bridge_driver.c * src/network_driver.h: Rename to src/network/bridge_driver.h
This commit is contained in:
parent
8c69a83881
commit
acfe3f2664
@ -81,7 +81,7 @@
|
|||||||
#include "opennebula/one_driver.h"
|
#include "opennebula/one_driver.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_NETWORK
|
#ifdef WITH_NETWORK
|
||||||
#include "network_driver.h"
|
#include "network/bridge_driver.h"
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_NETCF
|
#ifdef WITH_NETCF
|
||||||
#include "interface_driver.h"
|
#include "interface_driver.h"
|
||||||
|
@ -177,7 +177,7 @@ ESX_DRIVER_SOURCES = \
|
|||||||
esx/esx_vmx.c esx/esx_vmx.h
|
esx/esx_vmx.c esx/esx_vmx.h
|
||||||
|
|
||||||
NETWORK_DRIVER_SOURCES = \
|
NETWORK_DRIVER_SOURCES = \
|
||||||
network_driver.h network_driver.c
|
network/bridge_driver.h network/bridge_driver.c
|
||||||
|
|
||||||
INTERFACE_DRIVER_SOURCES = \
|
INTERFACE_DRIVER_SOURCES = \
|
||||||
interface_driver.h interface_driver.c
|
interface_driver.h interface_driver.c
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
#include "virterror_internal.h"
|
#include "virterror_internal.h"
|
||||||
#include "datatypes.h"
|
#include "datatypes.h"
|
||||||
#include "network_driver.h"
|
#include "bridge_driver.h"
|
||||||
#include "network_conf.h"
|
#include "network_conf.h"
|
||||||
#include "driver.h"
|
#include "driver.h"
|
||||||
#include "event.h"
|
#include "event.h"
|
Loading…
Reference in New Issue
Block a user