We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5d9c8 commit 844ed0fCopy full SHA for 844ed0f
include/migration/misc.h
@@ -54,7 +54,6 @@ void migration_object_init(void);
54
void migration_shutdown(void);
55
56
bool migration_is_active(void);
57
-bool migration_is_device(void);
58
bool migration_is_running(void);
59
bool migration_thread_is_self(void);
60
migration/migration.c
@@ -1645,13 +1645,6 @@ bool migration_is_active(void)
1645
s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE);
1646
}
1647
1648
-bool migration_is_device(void)
1649
-{
1650
- MigrationState *s = current_migration;
1651
-
1652
- return s->state == MIGRATION_STATUS_DEVICE;
1653
-}
1654
1655
bool migration_thread_is_self(void)
1656
{
1657
MigrationState *s = current_migration;
0 commit comments