mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
libvirt: introduce VIR_DOMAIN_JOB_OPERATION_SNAPSHOT_DELETE
This will be used by snapshot delete async domain job. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
e152f0718f
commit
a1cbaee5c8
@ -4172,6 +4172,7 @@ typedef enum {
|
||||
VIR_DOMAIN_JOB_OPERATION_SNAPSHOT_REVERT = 7, /* (Since: 3.3.0) */
|
||||
VIR_DOMAIN_JOB_OPERATION_DUMP = 8, /* (Since: 3.3.0) */
|
||||
VIR_DOMAIN_JOB_OPERATION_BACKUP = 9, /* (Since: 6.0.0) */
|
||||
VIR_DOMAIN_JOB_OPERATION_SNAPSHOT_DELETE = 10, /* (Since: 9.0.0) */
|
||||
|
||||
# ifdef VIR_ENUM_SENTINELS
|
||||
VIR_DOMAIN_JOB_OPERATION_LAST /* (Since: 3.3.0) */
|
||||
|
@ -6141,6 +6141,7 @@ VIR_ENUM_IMPL(virshDomainJobOperation,
|
||||
N_("Snapshot revert"),
|
||||
N_("Dump"),
|
||||
N_("Backup"),
|
||||
N_("Snapshot delete"),
|
||||
);
|
||||
|
||||
static const char *
|
||||
|
Loading…
Reference in New Issue
Block a user