Revision a55eb92c block-migration.h

b/block-migration.h
14 14
#ifndef BLOCK_MIGRATION_H
15 15
#define BLOCK_MIGRATION_H
16 16

  
17
typedef struct BlkMigDevState {
18
    BlockDriverState *bs;
19
    int bulk_completed;
20
    int shared_base;
21
    struct BlkMigDevState *next;
22
    int64_t cur_sector;
23
    int64_t total_sectors;
24
    int64_t dirty;
25
} BlkMigDevState;
26
 
27 17
void blk_mig_init(void);
28 18
void blk_mig_info(void);
29 19
#endif /* BLOCK_MIGRATION_H */

Also available in: Unified diff