summaryrefslogtreecommitdiff
path: root/block-migration.h
blob: 39ee8898829687420b602a960804d9f073786bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * QEMU live block migration
 *
 * Copyright IBM, Corp. 2009
 *
 * Authors:
 *  Liran Schour   <lirans@il.ibm.com>
 *
 * This work is licensed under the terms of the GNU GPL, version 2.  See
 * the COPYING file in the top-level directory.
 *
 */

#ifndef BLOCK_MIGRATION_H
#define BLOCK_MIGRATION_H

void blk_mig_init(void);
void blk_mig_info(void);
#endif /* BLOCK_MIGRATION_H */