diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/migration/migration.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/migration/migration.h b/include/migration/migration.h index 2ad0d2b..ff13ff2 100644 --- a/include/migration/migration.h +++ b/include/migration/migration.h @@ -135,6 +135,9 @@ struct MigrationState /* Flag set once the migration has been asked to enter postcopy */ bool start_postcopy; + + /* Flag set once the migration thread is running (and needs joining) */ + bool migration_thread_running; }; void process_incoming_migration(QEMUFile *f); |