diff options
author | Stefan Metzmacher <metze@samba.org> | 2015-07-16 17:15:24 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2016-03-29 00:41:23 +0200 |
commit | 8104a49dc0afa25e8efde9ceb567e502dfd5dc1d (patch) | |
tree | f2fa710eb38231b367bcab10df044f0ab6060b96 /librpc | |
parent | 7e1a935586168a796f237c458d3891edbf0b1fc8 (diff) | |
download | samba-8104a49dc0afa25e8efde9ceb567e502dfd5dc1d.tar.gz |
epmapper.idl: make epm_twr_t available in python bindings
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11804
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 2e71f5d9351b9660a5ef94309674e09fdeb7ab48)
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/epmapper.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/epmapper.idl b/librpc/idl/epmapper.idl index 5f3d653961d..fd8eeb4c475 100644 --- a/librpc/idl/epmapper.idl +++ b/librpc/idl/epmapper.idl @@ -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; |