mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
api: add VIR_DOMAIN_UNDEFINE_KEEP_NVRAM flag
This flags specifies to keep nvram file if it is existed for inactive domains. Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
This commit is contained in:
parent
b87703cf79
commit
bdf83c011d
@ -1616,6 +1616,7 @@ typedef enum {
|
|||||||
snapshot metadata */
|
snapshot metadata */
|
||||||
VIR_DOMAIN_UNDEFINE_NVRAM = (1 << 2), /* Also remove any
|
VIR_DOMAIN_UNDEFINE_NVRAM = (1 << 2), /* Also remove any
|
||||||
nvram file */
|
nvram file */
|
||||||
|
VIR_DOMAIN_UNDEFINE_KEEP_NVRAM = (1 << 3), /* Keep nvram file */
|
||||||
|
|
||||||
/* Future undefine control flags should come here. */
|
/* Future undefine control flags should come here. */
|
||||||
} virDomainUndefineFlagsValues;
|
} virDomainUndefineFlagsValues;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user