mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
include: Move version information
It belongs to the comment for VIR_DOMAIN_AFFECT_CONFIG, not to
the unrelated one immediately after it.
Fixes: 807cdbf759
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
a45e4b42fe
commit
60d62c5ea1
@ -323,8 +323,8 @@ typedef virDomainControlInfo *virDomainControlInfoPtr;
|
||||
typedef enum {
|
||||
VIR_DOMAIN_AFFECT_CURRENT = 0, /* Affect current domain state. (Since: v0.9.2) */
|
||||
VIR_DOMAIN_AFFECT_LIVE = 1 << 0, /* Affect running domain state. (Since: v0.9.2) */
|
||||
VIR_DOMAIN_AFFECT_CONFIG = 1 << 1, /* Affect persistent domain state. */
|
||||
/* 1 << 2 is reserved for virTypedParameterFlags (Since: v0.9.2) */
|
||||
VIR_DOMAIN_AFFECT_CONFIG = 1 << 1, /* Affect persistent domain state. (Since: v0.9.2) */
|
||||
/* 1 << 2 is reserved for virTypedParameterFlags */
|
||||
} virDomainModificationImpact;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user