mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
migration: Remove get_status() accessor
It is only used inside migration.c, and fields on that struct are accessed all around the place on that file. Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
92920cd782
commit
48a2f4d6c5
2 changed files with 5 additions and 12 deletions
|
@ -39,7 +39,6 @@ struct MigrationState
|
|||
int (*close)(MigrationState *s);
|
||||
int (*write)(MigrationState *s, const void *buff, size_t size);
|
||||
void (*cancel)(MigrationState *s);
|
||||
int (*get_status)(MigrationState *s);
|
||||
void *opaque;
|
||||
int blk;
|
||||
int shared;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue