From: "Daniel P. Berrange" <berrange(a)redhat.com>
The network driver is stateful, so it is linked directly to libvirtd,
rather than libvirt.so Thus there are no network symbols to be exported
in libvirt.so, and libvirt_Network.syms can be deleted
---
src/Makefile.am | 5 -----
src/libvirt_network.syms | 10 ----------
2 files changed, 15 deletions(-)
delete mode 100644 src/libvirt_network.syms
diff --git a/src/Makefile.am b/src/Makefile.am
index da3d0cd..a5c4c6c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1336,10 +1336,6 @@ if WITH_XENXS
USED_SYM_FILES += libvirt_xenxs.syms
endif
-if WITH_NETWORK
-USED_SYM_FILES += libvirt_network.syms
-endif
-
if HAVE_SASL
USED_SYM_FILES += libvirt_sasl.syms
endif
@@ -1351,7 +1347,6 @@ EXTRA_DIST += \
libvirt_daemon.syms \
libvirt_linux.syms \
libvirt_esx.syms \
- libvirt_network.syms \
libvirt_nwfilter.syms \
libvirt_openvz.syms \
libvirt_qemu.syms \
diff --git a/src/libvirt_network.syms b/src/libvirt_network.syms
deleted file mode 100644
index 1fe8902..0000000
--- a/src/libvirt_network.syms
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Network-specific symbols
-#
-
-# bridge_driver.h
-networkAllocateActualDevice;
-networkBuildDhcpDaemonCommandLine;
-networkGetNetworkAddress;
-networkNotifyActualDevice;
-networkReleaseActualDevice;
--
1.7.10.4