diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-17 19:34:36 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2017-05-18 19:20:50 +0200 |
commit | 40014d81f2c7793781c8afa74713d72da10e6f0f (patch) | |
tree | 072f9854676165f8bbea8bf478805623b8eb98b4 /tests | |
parent | dd4339c540285b3a0904c631f8174a59d04be767 (diff) |
migration: Export qemu-file-channel.c functions in its own file
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-vmstate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-vmstate.c b/tests/test-vmstate.c index f694a89782..1c135708f4 100644 --- a/tests/test-vmstate.c +++ b/tests/test-vmstate.c @@ -27,6 +27,7 @@ #include "qemu-common.h" #include "migration/migration.h" #include "migration/vmstate.h" +#include "../migration/qemu-file-channel.h" #include "qemu/coroutine.h" #include "io/channel-file.h" |