mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Introduce VIR_MIGRATE_COMPRESSED flag
This flag may be used with migration APIs to request compression of migration data.
This commit is contained in:
@@ -1187,6 +1187,7 @@ typedef enum {
|
||||
* when supported */
|
||||
VIR_MIGRATE_UNSAFE = (1 << 9), /* force migration even if it is considered unsafe */
|
||||
VIR_MIGRATE_OFFLINE = (1 << 10), /* offline migrate */
|
||||
VIR_MIGRATE_COMPRESSED = (1 << 11), /* compress data during migration */
|
||||
} virDomainMigrateFlags;
|
||||
|
||||
/* Domain migration. */
|
||||
|
||||
Reference in New Issue
Block a user