mirror of https://gitee.com/openkylin/libvirt.git
libvirt_private.syms: Correctly export seclabel APIs
One of my previous patches manipulated virSecurityLabel* APIs, some were added to header files, and some were renamed. However, these changes were not reflected in libvirt_private.syms.
This commit is contained in:
parent
e4a28a3281
commit
a919e6f776
|
@ -117,6 +117,7 @@ virDomainDefCopy;
|
|||
virDomainDefFormat;
|
||||
virDomainDefFormatInternal;
|
||||
virDomainDefFree;
|
||||
virDomainDefGenSecurityLabelDef;
|
||||
virDomainDefGetSecurityLabelDef;
|
||||
virDomainDefParseFile;
|
||||
virDomainDefParseNode;
|
||||
|
@ -138,6 +139,7 @@ virDomainDiskCopyOnReadTypeToString;
|
|||
virDomainDiskDefAssignAddress;
|
||||
virDomainDiskDefForeachPath;
|
||||
virDomainDiskDefFree;
|
||||
virDomainDiskDefGenSecurityLabelDef;
|
||||
virDomainDiskDefGetSecurityLabelDef;
|
||||
virDomainDiskDeviceTypeToString;
|
||||
virDomainDiskErrorPolicyTypeFromString;
|
||||
|
@ -341,6 +343,8 @@ virDomainWatchdogModelTypeFromString;
|
|||
virDomainWatchdogModelTypeToString;
|
||||
virDomainXMLConfGetNamespace;
|
||||
virDomainXMLConfNew;
|
||||
virSecurityDeviceLabelDefFree;
|
||||
virSecurityLabelDefFree;
|
||||
|
||||
|
||||
# conf/domain_event.h
|
||||
|
|
Loading…
Reference in New Issue