10 lines
231 B
C
10 lines
231 B
C
![]() |
#ifndef QEMU_MIGRATION_FILE_H
|
||
|
#define QEMU_MIGRATION_FILE_H
|
||
|
|
||
|
void file_start_outgoing_migration(MigrationState *s,
|
||
|
const char *filename,
|
||
|
Error **errp);
|
||
|
|
||
|
#endif
|
||
|
|