diff options
Diffstat (limited to 'migration/options.h')
-rw-r--r-- | migration/options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/migration/options.h b/migration/options.h index a0bd6ed..79084ee 100644 --- a/migration/options.h +++ b/migration/options.h @@ -40,7 +40,6 @@ bool migrate_release_ram(void); bool migrate_return_path(void); bool migrate_validate_uuid(void); bool migrate_xbzrle(void); -bool migrate_zero_blocks(void); bool migrate_zero_copy_send(void); /* @@ -58,7 +57,6 @@ bool migrate_tls(void); /* capabilities helpers */ bool migrate_caps_check(bool *old_caps, bool *new_caps, Error **errp); -bool migrate_cap_set(int cap, bool value, Error **errp); /* parameters */ |