summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-07-14 15:55:57 +0200
committerJosé A. Rivera <jarrpa@samba.org>2015-08-04 19:11:17 +0200
commit2a08aa04568202bea7db9061592d20a7bf3efee7 (patch)
treef2feeea97a5084632537f4e58cc675f223b4809c /librpc
parent5e009e13aaf9bcc05e357862b28aa6876f7c908c (diff)
downloadsamba-2a08aa04568202bea7db9061592d20a7bf3efee7.tar.gz
s4-torture: add ndr testsuite for complex clusapi_PROPERTY_LIST structs.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: José A. Rivera <jarrpa@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/clusapi.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/clusapi.idl b/librpc/idl/clusapi.idl
index a46204f8fd4..35169edba70 100644
--- a/librpc/idl/clusapi.idl
+++ b/librpc/idl/clusapi.idl
@@ -1572,7 +1572,7 @@ import "security.idl", "winreg.idl";
[value(CLUSPROP_SYNTAX_ENDMARK)] CLUSTER_PROPERTY_SYNTAX end_mark;
} clusapi_propertyValue;
- typedef struct {
+ typedef [public] struct {
uint32 propertyCount;
clusapi_propertyValue propertyValues[propertyCount];
[value(CLUSPROP_SYNTAX_ENDMARK)] CLUSTER_PROPERTY_SYNTAX end_mark;