diff options
Diffstat (limited to 'migration/file.h')
-rw-r--r-- | migration/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/file.h b/migration/file.h index 9f71e87..1a1115f 100644 --- a/migration/file.h +++ b/migration/file.h @@ -21,6 +21,6 @@ int file_parse_offset(char *filespec, uint64_t *offsetp, Error **errp); void file_cleanup_outgoing_migration(void); bool file_send_channel_create(gpointer opaque, Error **errp); int file_write_ramblock_iov(QIOChannel *ioc, const struct iovec *iov, - int niov, RAMBlock *block, Error **errp); + int niov, MultiFDPages_t *pages, Error **errp); int multifd_file_recv_data(MultiFDRecvParams *p, Error **errp); #endif |