epmapper.idl: make epm_twr_t available in python bindings
authorStefan Metzmacher <metze@samba.org>
Thu, 16 Jul 2015 15:15:24 +0000 (17:15 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 Mar 2016 05:52:26 +0000 (06:52 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/epmapper.idl

index 5f3d653961d5df3b30ceedd49087a5dda8492e58..fd8eeb4c475ed298ad96216569a7b8134f60c531 100644 (file)
@@ -214,7 +214,7 @@ interface epmapper
                epm_floor floors[num_floors];
        } epm_tower;
 
-       typedef struct {
+       typedef [public] struct {
                [value(ndr_size_epm_tower(&tower, ndr->flags))] uint32  tower_length;
                [subcontext(4)] epm_tower tower;
        } epm_twr_t;