mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
migration: Make all posible migration functions static
I have to move two functions postions to avoid forward declarations Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
0edda1c42a
commit
8b6b99b356
2 changed files with 36 additions and 48 deletions
12
migration.h
12
migration.h
|
@ -100,20 +100,8 @@ MigrationState *fd_start_outgoing_migration(Monitor *mon,
|
|||
|
||||
void migrate_fd_error(MigrationState *s);
|
||||
|
||||
int migrate_fd_cleanup(MigrationState *s);
|
||||
|
||||
void migrate_fd_put_notify(void *opaque);
|
||||
|
||||
ssize_t migrate_fd_put_buffer(void *opaque, const void *data, size_t size);
|
||||
|
||||
void migrate_fd_connect(MigrationState *s);
|
||||
|
||||
void migrate_fd_put_ready(void *opaque);
|
||||
|
||||
void migrate_fd_wait_for_unfreeze(void *opaque);
|
||||
|
||||
int migrate_fd_close(void *opaque);
|
||||
|
||||
MigrationState *migrate_new(Monitor *mon, int64_t bandwidth_limit,
|
||||
int detach, int blk, int inc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue