[libvirt] maint: add missing symbols

Add missing symbols to libvirt_private.syms. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> --- src/libvirt_private.syms | 8 ++++++++ 1 file changed, 8 insertions(+) Index: libvirt-acl/src/libvirt_private.syms =================================================================== --- libvirt-acl.orig/src/libvirt_private.syms +++ libvirt-acl/src/libvirt_private.syms @@ -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;

On 08/16/2011 10:16 AM, Stefan Berger wrote:
Add missing symbols to libvirt_private.syms.
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
--- src/libvirt_private.syms | 8 ++++++++ 1 file changed, 8 insertions(+)
ACK. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
participants (2)
-
Eric Blake
-
Stefan Berger