aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/idl.txt
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-03-01 12:26:15 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-03-01 12:26:15 +0000
commit53ec331a4b49bf45814be6a5a3b57a95392aaa1d (patch)
tree86e453bfeafa43ea64772f6705c05fa159b916e3 /tools/libxl/idl.txt
parent33150d8091dd557303b887488a11c2febcb8883d (diff)
downloadxen-53ec331a4b49bf45814be6a5a3b57a95392aaa1d.tar.gz
xen-53ec331a4b49bf45814be6a5a3b57a95392aaa1d.tar.bz2
xen-53ec331a4b49bf45814be6a5a3b57a95392aaa1d.zip
libxl: Make IDL KeyedUnion keyvar an idl.Field
This is more logical than having keyvar_name and keyvar_type members. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/idl.txt')
-rw-r--r--tools/libxl/idl.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/libxl/idl.txt b/tools/libxl/idl.txt
index ddcd0b0050..183e4fb4ca 100644
--- a/tools/libxl/idl.txt
+++ b/tools/libxl/idl.txt
@@ -128,10 +128,9 @@ idl.KeyedUnion
where the currently valid member of the union can be determined based
upon another member in the containing type.
- The KeyedUnion.keyvar_name must contain the name of the member of the
+ The KeyedUnion.keyvar contains an idl.type the member of the
containing type which determines the valid member of the union. The
- member referenced by KeyedUnion.keyvar_name has type
- KeyedUnion.keyvar_type which must be an instance of the Enumeration type.
+ must be an instance of the Enumeration type.
Standard Types
--------------