mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
maint: add missing symbols
Add missing symbols to libvirt_private.syms.
This commit is contained in:
parent
5abbf7b958
commit
34a01fc431
@ -539,8 +539,11 @@ ifaceGetIndex;
|
|||||||
ifaceGetMacAddress;
|
ifaceGetMacAddress;
|
||||||
ifaceGetIPAddress;
|
ifaceGetIPAddress;
|
||||||
ifaceGetNthParent;
|
ifaceGetNthParent;
|
||||||
|
ifaceGetPhysicalFunction;
|
||||||
|
ifaceGetVirtualFunctionIndex;
|
||||||
ifaceGetVlanID;
|
ifaceGetVlanID;
|
||||||
ifaceIsUp;
|
ifaceIsUp;
|
||||||
|
ifaceIsVirtualFunction;
|
||||||
ifaceLinkDel;
|
ifaceLinkDel;
|
||||||
ifaceMacvtapLinkAdd;
|
ifaceMacvtapLinkAdd;
|
||||||
ifaceMacvtapLinkDump;
|
ifaceMacvtapLinkDump;
|
||||||
@ -841,6 +844,7 @@ pciDettachDevice;
|
|||||||
pciDeviceFileIterate;
|
pciDeviceFileIterate;
|
||||||
pciDeviceGetManaged;
|
pciDeviceGetManaged;
|
||||||
pciDeviceIsAssignable;
|
pciDeviceIsAssignable;
|
||||||
|
pciDeviceIsVirtualFunction;
|
||||||
pciDeviceListAdd;
|
pciDeviceListAdd;
|
||||||
pciDeviceListCount;
|
pciDeviceListCount;
|
||||||
pciDeviceListDel;
|
pciDeviceListDel;
|
||||||
@ -848,10 +852,14 @@ pciDeviceListFree;
|
|||||||
pciDeviceListGet;
|
pciDeviceListGet;
|
||||||
pciDeviceListNew;
|
pciDeviceListNew;
|
||||||
pciDeviceListSteal;
|
pciDeviceListSteal;
|
||||||
|
pciDeviceNetName;
|
||||||
pciDeviceReAttachInit;
|
pciDeviceReAttachInit;
|
||||||
pciDeviceSetManaged;
|
pciDeviceSetManaged;
|
||||||
pciFreeDevice;
|
pciFreeDevice;
|
||||||
pciGetDevice;
|
pciGetDevice;
|
||||||
|
pciGetPhysicalFunction;
|
||||||
|
pciGetVirtualFunctionIndex;
|
||||||
|
pciGetVirtualFunctions;
|
||||||
pciReAttachDevice;
|
pciReAttachDevice;
|
||||||
pciResetDevice;
|
pciResetDevice;
|
||||||
pciWaitForDeviceCleanup;
|
pciWaitForDeviceCleanup;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user