mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
migration: Move ram_flush_compressed_data() to ram-compress.c
As we export it, rename it compress_flush_data(). Reviewed-by: Fabiano Rosas <farosas@suse.de> Signed-off-by: Juan Quintela <quintela@redhat.com> Message-ID: <20231019110724.15324-10-quintela@redhat.com>
This commit is contained in:
parent
742ec5f338
commit
8020bc9a77
3 changed files with 14 additions and 13 deletions
|
@ -73,5 +73,6 @@ uint64_t ram_compressed_pages(void);
|
|||
void update_compress_thread_counts(const CompressParam *param, int bytes_xmit);
|
||||
void compress_update_rates(uint64_t page_count);
|
||||
int compress_send_queued_data(CompressParam *param);
|
||||
void compress_flush_data(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue