diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-17 17:07:04 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2017-05-18 19:20:24 +0200 |
commit | dd4339c540285b3a0904c631f8174a59d04be767 (patch) | |
tree | 77c0a910120f3d779250cce5b3811a12a8dfaaf1 /migration/Makefile.objs | |
parent | 709e3fe82581f866350ff3be5198ea73cda09f0d (diff) |
migration: Split migration/channel.c for channel operations
Create an include for its exported functions.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
Add proper header
Diffstat (limited to 'migration/Makefile.objs')
-rw-r--r-- | migration/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/Makefile.objs b/migration/Makefile.objs index 00a3f4a1d9..4e8ab0a918 100644 --- a/migration/Makefile.objs +++ b/migration/Makefile.objs @@ -1,5 +1,5 @@ common-obj-y += migration.o socket.o fd.o exec.o -common-obj-y += tls.o +common-obj-y += tls.o channel.o common-obj-y += colo-comm.o colo.o colo-failover.o common-obj-y += vmstate.o page_cache.o common-obj-y += qemu-file.o |