[libvirt] FIXED - [PATCH 4/5] Publish the new Interface config API beginning with 0.6.4.

Laine Stump laine at laine.org
Wed May 20 14:56:50 UTC 2009


Here you go. I anticipated that would happen, but then forgot to check
for it after I rebased.

---
 src/libvirt_public.syms |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms
index 0ea130f..3ad5065 100644
--- a/src/libvirt_public.syms
+++ b/src/libvirt_public.syms
@@ -264,9 +264,24 @@ LIBVIRT_0.6.3 {
 	virNodeDeviceDestroy;
 } LIBVIRT_0.6.1;
 
-# .... define new API here using predicted next version number ....
-
 LIBVIRT_0.6.4 {
     global:
 	virStorageVolCreateXMLFrom;
+
+	virInterfaceGetConnect;
+	virConnectNumOfInterfaces;
+	virConnectListInterfaces;
+	virInterfaceLookupByName;
+	virInterfaceLookupByMACString;
+	virInterfaceGetName;
+	virInterfaceGetMACString;
+	virInterfaceGetXMLDesc;
+	virInterfaceRef;
+	virInterfaceFree;
+	virInterfaceDefineXML;
+	virInterfaceUndefine;
+	virInterfaceCreate;
+	virInterfaceDestroy;
+
 } LIBVIRT_0.6.3;
+# .... define new API here using predicted next version number ....
-- 
1.6.0.6




More information about the libvir-list mailing list