[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 2/2] tools: change checkpointed_stream's type from int to xc_migration_stream_t
On 09/03/16 08:46, Wen Congyang wrote: > Signed-off-by: Wen Congyang <wency@xxxxxxxxxxxxxx> > --- > tools/libxc/include/xenguest.h | 4 ++-- > tools/libxc/xc_nomigrate.c | 4 ++-- > tools/libxc/xc_sr_restore.c | 2 +- > tools/libxc/xc_sr_save.c | 2 +- > tools/libxl/libxl_save_helper.c | 38 +++++++++++++++++++------------------- > 5 files changed, 25 insertions(+), 25 deletions(-) > > diff --git a/tools/libxc/include/xenguest.h b/tools/libxc/include/xenguest.h > index 973e5a6..029082d 100644 > --- a/tools/libxc/include/xenguest.h > +++ b/tools/libxc/include/xenguest.h > @@ -93,7 +93,7 @@ typedef enum { > int xc_domain_save(xc_interface *xch, int io_fd, uint32_t dom, uint32_t > max_iters, > uint32_t max_factor, uint32_t flags /* XCFLAGS_xxx */, > struct save_callbacks* callbacks, int hvm, > - int checkpointed_stream); > + xc_migration_stream_t checkpointed_stream); s/checkpointed_stream/stream_type/ ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |