[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] ioemu: fix xc_handle declaration
ioemu: fix xc_handle declaration Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx> diff -r c364f80eb4b5 tools/ioemu/target-i386-dm/helper2.c --- a/tools/ioemu/target-i386-dm/helper2.c Wed Jan 23 13:27:21 2008 +0000 +++ b/tools/ioemu/target-i386-dm/helper2.c Wed Jan 23 17:11:15 2008 +0000 @@ -72,7 +72,7 @@ int domid = -1; int domid = -1; int vcpus = 1; -int xc_handle; +extern int xc_handle; long time_offset = 0; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |