aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2023-03-01 22:25:47 +0100
committerJuan Quintela <quintela@redhat.com>2023-04-24 15:01:46 +0200
commit38ad1110e368bf91453c0abbd657224d57b65d47 (patch)
treefe7400bb0694382bf440fb97b450feeebc036871 /migration/migration.h
parent9d4b1e5f22a838285ebeb8f0eb7cc8df1161998f (diff)
migration: Move migrate_use_return() to options.c
Once that we are there, we rename the function to migrate_return_path() to be consistent with all other capabilities. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Diffstat (limited to 'migration/migration.h')
-rw-r--r--migration/migration.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/migration.h b/migration/migration.h
index d4b68b08a5..24184622a8 100644
--- a/migration/migration.h
+++ b/migration/migration.h
@@ -459,7 +459,6 @@ uint64_t migrate_xbzrle_cache_size(void);
bool migrate_use_block_incremental(void);
int migrate_max_cpu_throttle(void);
-bool migrate_use_return_path(void);
uint64_t ram_get_total_transferred_pages(void);