]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Remove bogus libvirt_network.syms file
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 31 Jul 2012 09:56:11 +0000 (10:56 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 31 Jul 2012 16:49:41 +0000 (17:49 +0100)
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
src/libvirt_network.syms [deleted file]

index da3d0cdc06dd2b8841c33dd6fc301e893b23668b..a5c4c6c6d3ecc35fa30954b8a8cb0fa86807541a 100644 (file)
@@ -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 (file)
index 1fe8902..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Network-specific symbols
-#
-
-# bridge_driver.h
-networkAllocateActualDevice;
-networkBuildDhcpDaemonCommandLine;
-networkGetNetworkAddress;
-networkNotifyActualDevice;
-networkReleaseActualDevice;