diff options
author | Juan Quintela <quintela@redhat.com> | 2023-10-19 13:07:23 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-10-30 17:41:55 +0100 |
commit | f639cfe515b159c86fbb6c7a10d2146ca1b99b23 (patch) | |
tree | e74b41f5dfa32cb39750e4a762c52bbdbbbc4eab /migration/ram-compress.h | |
parent | 8020bc9a77086d4beebaa1d6d9a862fcc66d854f (diff) |
migration: Merge flush_compressed_data() and compress_flush_data()
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231019110724.15324-11-quintela@redhat.com>
Diffstat (limited to 'migration/ram-compress.h')
-rw-r--r-- | migration/ram-compress.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/ram-compress.h b/migration/ram-compress.h index 7ba01e2882..e222887fb7 100644 --- a/migration/ram-compress.h +++ b/migration/ram-compress.h @@ -59,7 +59,6 @@ typedef struct CompressParam CompressParam; void compress_threads_save_cleanup(void); int compress_threads_save_setup(void); -void flush_compressed_data(int (send_queued_data(CompressParam *))); bool compress_page_with_multi_thread(RAMBlock *block, ram_addr_t offset, int (send_queued_data(CompressParam *))); |