mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
migration: Remove migration cancel() callback
It is used only in one place Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
48a2f4d6c5
commit
767de72258
2 changed files with 4 additions and 6 deletions
|
@ -38,7 +38,6 @@ struct MigrationState
|
|||
int (*get_error)(MigrationState *s);
|
||||
int (*close)(MigrationState *s);
|
||||
int (*write)(MigrationState *s, const void *buff, size_t size);
|
||||
void (*cancel)(MigrationState *s);
|
||||
void *opaque;
|
||||
int blk;
|
||||
int shared;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue