libvirt/src/network
Michal Privoznik 865764de06 Drop paths.h include
We include the file in plenty of places. This is mostly due to
historical reasons. The only place that needs something from the
header file is storage_backend_fs which opens _PATH_MOUNTED. But
it gets the file included indirectly via mntent.h. At no other
place in our code we need _PATH_.*. Drop the include and
configure check then.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2016-03-18 09:43:45 +01:00
..
bridge_driver_linux.c network: Add another collision check into networkCheckRouteCollision 2015-07-14 09:56:44 +02:00
bridge_driver_nop.c Replace virNetworkObjPtr with virNetworkDefPtr in network platform APIs 2014-04-25 15:44:09 +01:00
bridge_driver_platform.c bridge driver: extract platform specifics 2013-08-01 15:47:02 -06:00
bridge_driver_platform.h struct _virNetworkDriverState: Annotate items 2015-03-13 15:55:56 +01:00
bridge_driver.c Drop paths.h include 2016-03-18 09:43:45 +01:00
bridge_driver.h bridge_driver: Introduce networkBandwidthUpdate 2015-08-11 16:10:32 +02:00
default.xml Remove the space before the slash in network XML 2013-08-28 08:05:46 +02:00
leaseshelper.c leaseshelper: swap two parameters of virLeaseNew 2016-02-09 13:15:59 +01:00