summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/echo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/echo.idl')
-rw-r--r--source4/librpc/idl/echo.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/librpc/idl/echo.idl b/source4/librpc/idl/echo.idl
index 2ef7026826..304ba4c66a 100644
--- a/source4/librpc/idl/echo.idl
+++ b/source4/librpc/idl/echo.idl
@@ -60,6 +60,10 @@ interface rpcecho
echo_info1 info1;
} echo_info6;
+ typedef union {
+ [case(1)] echo_info1 info1;
+ } echo_XXX;
+
typedef struct {
uint8 v1;
echo_info4 info4;
@@ -76,7 +80,7 @@ interface rpcecho
} echo_Info;
NTSTATUS TestCall2 (
- [in] uint16 level,
+ [in] uint32 level,
[out,switch_is(level)] echo_Info *info
);
}