diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 5f55a7382d..265d44eea2 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -23716,6 +23716,18 @@ virDomainDiskSourceFormatPrivateData(virBufferPtr buf, } +/** + * virDomainDiskSourceFormat: + * @buf: output buffer + * @src: storage source definition to format + * @policy: startup policy attribute value, if necessary + * @attrIndex: the 'index' attribute of is formatted if true + * @flags: XML formatter flags + * @xmlopt: XML formatter callbacks + * + * Formats @src into a element. Note that this doesn't format the + * 'type' and 'format' properties of @src. + */ int virDomainDiskSourceFormat(virBufferPtr buf, virStorageSourcePtr src,