On Tue, May 19, 2009 at 12:51:26PM -0400, Laine Stump wrote:
---
src/libvirt_public.syms | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms
index 0ea130f..9ad73f3 100644
--- a/src/libvirt_public.syms
+++ b/src/libvirt_public.syms
@@ -264,6 +264,24 @@ LIBVIRT_0.6.3 {
virNodeDeviceDestroy;
} LIBVIRT_0.6.1;
+LIBVIRT_0.6.4 {
+ global:
+ 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 ....
LIBVIRT_0.6.4 {
--
There's a tiny merge error here - we already have a LIBVIRT_0.6.4 block
just below this new patch chunk, for the virStorageVolCreateXMLFrom API
Cole just added. This patch needs to just extend that block.
Daniel
--
|: Red Hat, Engineering, London -o-
http://people.redhat.com/berrange/ :|
|:
http://libvirt.org -o-
http://virt-manager.org -o-
http://ovirt.org :|
|:
http://autobuild.org -o-
http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|