summary refs log tree commit diff stats
path: root/migration/page_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'migration/page_cache.h')
-rw-r--r--migration/page_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/page_cache.h b/migration/page_cache.h
index 4fadd0c501..931868b857 100644
--- a/migration/page_cache.h
+++ b/migration/page_cache.h
@@ -28,7 +28,7 @@ typedef struct PageCache PageCache;
  * @num_pages: cache maximal number of cached pages
  * @page_size: cache page size
  */
-PageCache *cache_init(int64_t num_pages, unsigned int page_size);
+PageCache *cache_init(size_t num_pages, size_t page_size);
 
 /**
  * cache_fini: free all cache resources