2 * QEMU live block migration
4 * Copyright IBM, Corp. 2009
7 * Liran Schour <lirans@il.ibm.com>
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
14 #ifndef BLOCK_MIGRATION_H
15 #define BLOCK_MIGRATION_H
17 typedef struct BlkMigDevState
{
21 struct BlkMigDevState
*next
;
23 int64_t total_sectors
;
27 void blk_mig_init(void);
28 void blk_mig_info(void);
29 #endif /* BLOCK_MIGRATION_H */