summary refs log tree commit diff stats
path: root/migration/ram-compress.h
diff options
context:
space:
mode:
Diffstat (limited to 'migration/ram-compress.h')
-rw-r--r--migration/ram-compress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/ram-compress.h b/migration/ram-compress.h
index 77465dad4b..e55d3b50bd 100644
--- a/migration/ram-compress.h
+++ b/migration/ram-compress.h
@@ -70,5 +70,6 @@ void decompress_data_with_multi_threads(QEMUFile *f, void *host, int len);
 
 void populate_compress(MigrationInfo *info);
 uint64_t ram_compressed_pages(void);
+void update_compress_thread_counts(const CompressParam *param, int bytes_xmit);
 
 #endif