diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-17 18:19:50 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:31:32 +0100 |
commit | caf71f86a3de97394bcc5b06549012b7dc65fe60 (patch) | |
tree | bbeacc38d481886a8a65e81ed6e03d78aa885f01 /block-migration.h | |
parent | 83c9089e73b81c69dc1ecdf859fa84d2c500fb5f (diff) |
migration: move include files to include/migration/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'block-migration.h')
-rw-r--r-- | block-migration.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/block-migration.h b/block-migration.h deleted file mode 100644 index ffa8ac0bdd..0000000000 --- a/block-migration.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * 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); -int blk_mig_active(void); -uint64_t blk_mig_bytes_transferred(void); -uint64_t blk_mig_bytes_remaining(void); -uint64_t blk_mig_bytes_total(void); - -#endif /* BLOCK_MIGRATION_H */ |