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

Laine Stump laine at laine.org
Fri May 8 17:52:26 UTC 2009


---
 src/libvirt_public.syms |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms
index b8f9128..cd369cb 100644
--- a/src/libvirt_public.syms
+++ b/src/libvirt_public.syms
@@ -264,4 +264,24 @@ LIBVIRT_0.6.3 {
 	virNodeDeviceDestroy;
 } LIBVIRT_0.6.1;
 
+LIBVIRT_0.6.4 {
+    global:
+	virInterfaceGetConnect;
+	virConnectNumOfInterfaces;
+	virConnectListInterfaces;
+	virInterfaceLookupByName;
+	virInterfaceLookupByMAC;
+	virInterfaceLookupByMACString;
+	virInterfaceGetName;
+	virInterfaceGetMAC;
+	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