mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
buffered_file: unfold migrate_fd_close
We only used it once, just remove the callback indirection. Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
@@ -17,10 +17,7 @@
|
||||
#include "hw/hw.h"
|
||||
#include "migration.h"
|
||||
|
||||
typedef int (BufferedCloseFunc)(void *opaque);
|
||||
|
||||
QEMUFile *qemu_fopen_ops_buffered(MigrationState *migration_state,
|
||||
size_t xfer_limit,
|
||||
BufferedCloseFunc *close);
|
||||
size_t xfer_limit);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user