vmm: api: Make VmSendMigrationData.local optional
Fixes: #3756 Signed-off-by: Feng Ye <yefeng@smartx.com>
This commit is contained in:
parent
ceb43fae6d
commit
c504f302e9
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ pub struct VmSendMigrationData {
|
|||
/// URL to migrate the VM to
|
||||
pub destination_url: String,
|
||||
/// Send memory across socket without copying
|
||||
#[serde(default)]
|
||||
pub local: bool,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue