[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] tools/xl: make it explicit that we migrate from stdin
# HG changeset patch # User Tim Deegan <Tim.Deegan@xxxxxxxxxx> # Date 1290188922 0 # Node ID d95918033f24ce89b1f3b2f15031c247bc8e4161 # Parent a61e0de838bd61cf2efdd67f33b8cf739dd01919 tools/xl: make it explicit that we migrate from stdin. No semantic changes, just makes things a bit less confusing. Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx> diff -r a61e0de838bd -r d95918033f24 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Fri Nov 19 13:49:54 2010 +0000 +++ b/tools/libxl/xl_cmdimpl.c Fri Nov 19 17:48:42 2010 +0000 @@ -2903,6 +2903,7 @@ static void migrate_receive(int debug, i dom_info.daemonize = daemonize; dom_info.paused = 1; dom_info.restore_file = "incoming migration stream"; + dom_info.migrate_fd = 0; /* stdin */ dom_info.migration_domname_r = &migration_domname; rc = create_domain(&dom_info); _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |