diff options
Diffstat (limited to 'migration/postcopy-ram.h')
| -rw-r--r-- | migration/postcopy-ram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/migration/postcopy-ram.h b/migration/postcopy-ram.h index 25881c4127..b4867a32d5 100644 --- a/migration/postcopy-ram.h +++ b/migration/postcopy-ram.h @@ -191,7 +191,7 @@ enum PostcopyChannels { }; void postcopy_preempt_new_channel(MigrationIncomingState *mis, QEMUFile *file); -int postcopy_preempt_setup(MigrationState *s, Error **errp); -int postcopy_preempt_wait_channel(MigrationState *s); +void postcopy_preempt_setup(MigrationState *s); +int postcopy_preempt_establish_channel(MigrationState *s); #endif |