mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
conf: domain: Export virDomainStorageSourceParse
It will be used when parsing the migration private data. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
b8240fe704
commit
082266bf27
@ -8693,7 +8693,7 @@ virDomainDiskSourcePRParse(xmlNodePtr node,
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
int
|
||||
virDomainStorageSourceParse(xmlNodePtr node,
|
||||
xmlXPathContextPtr ctxt,
|
||||
virStorageSourcePtr src,
|
||||
|
@ -3447,6 +3447,12 @@ int virDomainStorageSourceFormat(virBufferPtr attrBuf,
|
||||
bool skipSeclabels)
|
||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2) ATTRIBUTE_NONNULL(3);
|
||||
|
||||
int virDomainStorageSourceParse(xmlNodePtr node,
|
||||
xmlXPathContextPtr ctxt,
|
||||
virStorageSourcePtr src,
|
||||
unsigned int flags)
|
||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2) ATTRIBUTE_NONNULL(3);
|
||||
|
||||
int virDomainDefGetVcpuPinInfoHelper(virDomainDefPtr def,
|
||||
int maplen,
|
||||
int ncpumaps,
|
||||
|
@ -547,6 +547,7 @@ virDomainStateReasonToString;
|
||||
virDomainStateTypeFromString;
|
||||
virDomainStateTypeToString;
|
||||
virDomainStorageSourceFormat;
|
||||
virDomainStorageSourceParse;
|
||||
virDomainTaintTypeFromString;
|
||||
virDomainTaintTypeToString;
|
||||
virDomainTimerModeTypeFromString;
|
||||
|
Loading…
x
Reference in New Issue
Block a user