summary refs log tree commit diff stats
path: root/hw/vfio/migration-multifd.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vfio/migration-multifd.h')
-rw-r--r--hw/vfio/migration-multifd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/vfio/migration-multifd.h b/hw/vfio/migration-multifd.h
index 8c6320fcb4..f0d28fcef2 100644
--- a/hw/vfio/migration-multifd.h
+++ b/hw/vfio/migration-multifd.h
@@ -23,4 +23,6 @@ bool vfio_multifd_transfer_enabled(VFIODevice *vbasedev);
 bool vfio_multifd_load_state_buffer(void *opaque, char *data, size_t data_size,
                                     Error **errp);
 
+int vfio_multifd_switchover_start(VFIODevice *vbasedev);
+
 #endif