libxc: move migration_stream's definition to xenguest.h
authorWen Congyang <wency@cn.fujitsu.com>
Tue, 15 Mar 2016 01:58:35 +0000 (09:58 +0800)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 17 Mar 2016 13:52:12 +0000 (13:52 +0000)
commit2268141c958cc5969e103ea4fcce71b530205928
tree6a31420529ae771b6941c5fd5dc7a988d8eeba1b
parenta6f2cdb633bf519244a16674031b8034b581ba7f
libxc: move migration_stream's definition to xenguest.h

xc_domain_save() and xc_domain_restore's parameter will use this type,
so it should be public.

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/include/xenguest.h
tools/libxc/xc_sr_common.h
tools/libxc/xc_sr_save.c