mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06: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:
parent
749f7909d9
commit
11c7674129
4 changed files with 6 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue