]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
maint: add missing symbols
authorStefan Berger <stefanb@us.ibm.com>
Tue, 16 Aug 2011 16:38:02 +0000 (12:38 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Tue, 16 Aug 2011 16:38:02 +0000 (12:38 -0400)
Add missing symbols to libvirt_private.syms.

src/libvirt_private.syms

index 4286fbdf16372073f6191a8b6e02db4bf8e8a761..39d3dc4c6a3f12bd6d01a07a2bf116ca67739743 100644 (file)
@@ -539,8 +539,11 @@ ifaceGetIndex;
 ifaceGetMacAddress;
 ifaceGetIPAddress;
 ifaceGetNthParent;
+ifaceGetPhysicalFunction;
+ifaceGetVirtualFunctionIndex;
 ifaceGetVlanID;
 ifaceIsUp;
+ifaceIsVirtualFunction;
 ifaceLinkDel;
 ifaceMacvtapLinkAdd;
 ifaceMacvtapLinkDump;
@@ -841,6 +844,7 @@ pciDettachDevice;
 pciDeviceFileIterate;
 pciDeviceGetManaged;
 pciDeviceIsAssignable;
+pciDeviceIsVirtualFunction;
 pciDeviceListAdd;
 pciDeviceListCount;
 pciDeviceListDel;
@@ -848,10 +852,14 @@ pciDeviceListFree;
 pciDeviceListGet;
 pciDeviceListNew;
 pciDeviceListSteal;
+pciDeviceNetName;
 pciDeviceReAttachInit;
 pciDeviceSetManaged;
 pciFreeDevice;
 pciGetDevice;
+pciGetPhysicalFunction;
+pciGetVirtualFunctionIndex;
+pciGetVirtualFunctions;
 pciReAttachDevice;
 pciResetDevice;
 pciWaitForDeviceCleanup;