mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: improve the comments for "xmlopt"
Signed-off-by: Wang Rui <moon.wangrui@huawei.com>
This commit is contained in:
@@ -2417,6 +2417,7 @@ virDomainObjPtr virDomainObjListAdd(virDomainObjListPtr doms,
|
||||
* operations do not persist past shutdown.
|
||||
*
|
||||
* @param caps pointer to capabilities info
|
||||
* @param xmlopt pointer to XML parser configuration object
|
||||
* @param domain domain object pointer
|
||||
* @param live if true, run this operation even for an inactive domain.
|
||||
* this allows freely updated domain->def with runtime defaults before
|
||||
@@ -2454,6 +2455,7 @@ virDomainObjSetDefTransient(virCapsPtr caps,
|
||||
* return the running config.
|
||||
*
|
||||
* @param caps pointer to capabilities info
|
||||
* @param xmlopt pointer to XML parser configuration object
|
||||
* @param domain domain object pointer
|
||||
* @return NULL on error, virDOmainDefPtr on success
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user