 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: build info bootloader{, _args} are not const.
 # HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1282227689 -3600
# Node ID 24f6507f0156e2943464909bab09cc0ba3d25af3
# Parent  d2f576d5cff5acc6dc2fa360cef7fa6199536bee
libxl: build info bootloader{,_args} are not const.
[PATCH 07 of 16 of
 libxl: autogenerate type definitions and destructor functions]
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 tools/libxl/libxl.idl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff -r d2f576d5cff5 -r 24f6507f0156 tools/libxl/libxl.idl
--- a/tools/libxl/libxl.idl     Thu Aug 19 15:21:01 2010 +0100
+++ b/tools/libxl/libxl.idl     Thu Aug 19 15:21:29 2010 +0100
@@ -112,8 +112,8 @@ libxl_domain_build_info = Struct("domain
                                         ])),
                  ("pv", "!%s", Struct(None,
                                        [("slack_memkb", uint32),
-                                        ("bootloader", string, True),
-                                        ("bootloader_args", string, True),
+                                        ("bootloader", string),
+                                        ("bootloader_args", string),
                                         ("cmdline", string),
                                         ("ramdisk", libxl_file_reference),
                                         ("features", string, True),
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |