mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix name prefix of VIR_DOMAIN_CHECKPOINT_REDEFINE_VALIDATE
The enum constant names should all have a prefix that matches the enum name. VIR_DOMAIN_CHECKPOINT_REDEFINE_VALIDATE was missing the "CREATE_" part of the name prefix. Reviewed-by: Peter Krempa <pkrempa@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -57,8 +57,8 @@ typedef enum {
|
||||
quiesce all mounted
|
||||
file systems within
|
||||
the domain */
|
||||
VIR_DOMAIN_CHECKPOINT_REDEFINE_VALIDATE = (1 << 2), /* validate disk data state
|
||||
when redefining a checkpoint */
|
||||
VIR_DOMAIN_CHECKPOINT_CREATE_REDEFINE_VALIDATE = (1 << 2), /* validate disk data state
|
||||
when redefining a checkpoint */
|
||||
} virDomainCheckpointCreateFlags;
|
||||
|
||||
/* Create a checkpoint using the current VM state. */
|
||||
|
||||
Reference in New Issue
Block a user